mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Emu: Move VFS mount to Init
This commit is contained in:
parent
a90376a7c4
commit
e9fe90244f
6 changed files with 40 additions and 28 deletions
|
@ -24,6 +24,7 @@ bool cfg_camera::load()
|
|||
return from_string(cfg_file.to_string());
|
||||
}
|
||||
|
||||
camera_log.notice("Camera config missing. Using default settings. Path: %s", path);
|
||||
from_default();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue