From 0b8d5f7b98abfdfa1d1ef6f5e105539bcbf576cf Mon Sep 17 00:00:00 2001 From: Eladash Date: Fri, 8 Jul 2022 07:34:11 +0300 Subject: [PATCH] Savestates: Fix argv --- rpcs3/Emu/System.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 87c11d47b2..2ca4aae88e 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -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);