diff --git a/source/extensions/Configs/FastLoader.hpp b/source/extensions/Configs/FastLoader.hpp index 0127a5e8c0..00fee7f4eb 100644 --- a/source/extensions/Configs/FastLoader.hpp +++ b/source/extensions/Configs/FastLoader.hpp @@ -69,7 +69,7 @@ inline struct FastLoaderConfig { } // Actually load the game (By simulating the user going in the menu and doing it) - FrontEndMenuManager.SimulateGameLoad(false, slot); + FrontEndMenuManager.SimulateGameLoad(false, slot - 1); return true; }