mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Partial commit: sys_fs
This commit is contained in:
parent
59433bfcd5
commit
438e057dc8
19 changed files with 598 additions and 638 deletions
|
|
@ -332,7 +332,7 @@ SettingsDialog::SettingsDialog(wxWindow* parent)
|
|||
chbox_list_core_lle->Check(chbox_list_core_lle->Append(unk));
|
||||
}
|
||||
|
||||
const std::string& lle_dir = vfs::get("/dev_flash/sys/external/"); // TODO
|
||||
const std::string& lle_dir = Emu.GetLibDir(); // TODO
|
||||
|
||||
std::unordered_set<std::string> set(data.begin(), data.end());
|
||||
std::vector<std::string> lle_module_list_unselected;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue