Skip to content

Commit

Permalink
fix SimulateGameLoad indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Keiichi86 committed Aug 3, 2024
1 parent 023d367 commit 6f10534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/Configs/FastLoader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6f10534

Please sign in to comment.