mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Savestates: Fix argv
This commit is contained in:
parent
314d481dcd
commit
0b8d5f7b98
1 changed files with 0 additions and 2 deletions
|
@ -1000,8 +1000,6 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
||||||
{
|
{
|
||||||
sys_log.error("Unknown source for savestates: %s", argv[0]);
|
sys_log.error("Unknown source for savestates: %s", argv[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
argv.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string resolved_path = GetCallbacks().resolve_path(m_path);
|
const std::string resolved_path = GetCallbacks().resolve_path(m_path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue