mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Loader: split add_only into own function
The new code does not require any modifications apart from loading vfs
This commit is contained in:
parent
f080798000
commit
ad5a62b62d
9 changed files with 217 additions and 108 deletions
|
@ -1260,7 +1260,7 @@ int main(int argc, char** argv)
|
|||
|
||||
const cfg_mode config_mode = config_path.empty() ? cfg_mode::custom : cfg_mode::config_override;
|
||||
|
||||
if (const game_boot_result error = Emu.BootGame(path, "", false, false, config_mode, config_path); error != game_boot_result::no_errors)
|
||||
if (const game_boot_result error = Emu.BootGame(path, "", false, config_mode, config_path); error != game_boot_result::no_errors)
|
||||
{
|
||||
sys_log.error("Booting '%s' with cli argument failed: reason: %s", path, error);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue