Skip to content

Commit

Permalink
test game: force start game/training offline
Browse files Browse the repository at this point in the history
  • Loading branch information
blueminder committed Apr 5, 2023
1 parent 06f27bf commit 1d684a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/rend/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3643,6 +3643,7 @@ void gui_display_ui()
dojo_gui.gui_display_replay_pause(settings.display.uiScale);
break;
case GuiState::TestGame:
cfgSaveBool("network", "GGPO", false);
#if defined(__APPLE__)
dojo_file.RefreshFileDefinitions();
#endif
Expand Down

0 comments on commit 1d684a2

Please sign in to comment.