Savestates: Fix argv

This commit is contained in:
Eladash 2022-07-08 07:34:11 +03:00 committed by Ivan
parent 314d481dcd
commit 0b8d5f7b98

View File

@ -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]);
}
argv.clear();
}
const std::string resolved_path = GetCallbacks().resolve_path(m_path);