mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00: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