Qt: don't mount dev_hdd0 in screenshot manager
This commit is contained in:
@@ -81,11 +81,8 @@ void screenshot_manager_dialog::reload()
|
|||||||
m_abort_parsing = true;
|
m_abort_parsing = true;
|
||||||
gui::utils::stop_future_watcher(m_parsing_watcher, true);
|
gui::utils::stop_future_watcher(m_parsing_watcher, true);
|
||||||
|
|
||||||
// Make sure the directory is mounted
|
|
||||||
vfs::mount("/dev_hdd0", rpcs3::utils::get_hdd0_dir());
|
|
||||||
|
|
||||||
const std::string screenshot_path_qt = fs::get_config_dir() + "screenshots/";
|
const std::string screenshot_path_qt = fs::get_config_dir() + "screenshots/";
|
||||||
const std::string screenshot_path_cell = vfs::get("/dev_hdd0/photo/");
|
const std::string screenshot_path_cell = rpcs3::utils::get_hdd0_dir() + "/photo/";
|
||||||
|
|
||||||
m_flow_widget->clear();
|
m_flow_widget->clear();
|
||||||
m_abort_parsing = false;
|
m_abort_parsing = false;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "flow_widget.h";
|
#include "flow_widget.h"
|
||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QFutureWatcher>
|
#include <QFutureWatcher>
|
||||||
|
|||||||
Reference in New Issue
Block a user