mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
sys_fs & VFS: Misc bug fixes
This commit is contained in:
parent
842edbcbe7
commit
28c37ab465
4 changed files with 134 additions and 139 deletions
|
@ -298,7 +298,8 @@ void Emulator::Init(bool add_only)
|
|||
continue;
|
||||
}
|
||||
|
||||
vfs::mount(key, usb_info.path);
|
||||
if (fs::is_dir(usb_info.path))
|
||||
vfs::mount(key, usb_info.path);
|
||||
|
||||
if (key == "/dev_usb000"sv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue