mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Restore /dev_flash/ config
This commit is contained in:
parent
cd92d9bcdf
commit
d62b0c88b0
11 changed files with 48 additions and 16 deletions
|
@ -300,7 +300,7 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
|
|||
ui->lleList->addItem(item);
|
||||
}
|
||||
|
||||
const std::string lle_dir = fs::get_config_dir() + "dev_flash/sys/external/";
|
||||
const std::string lle_dir = g_cfg.vfs.get_dev_flash() + "sys/external/";
|
||||
|
||||
std::unordered_set<std::string> set(loadedLibs.begin(), loadedLibs.end());
|
||||
std::vector<std::string> lle_module_list_unselected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue