fix Programs menu item in tests
Docker / Build (push) Has been cancelled

This commit is contained in:
Martin Michelsen
2025-05-26 15:08:26 -07:00
parent 6a89f18580
commit 2e158a1df8
8 changed files with 78 additions and 90 deletions
+3
View File
@@ -3203,6 +3203,9 @@ Action a_run_server_replay_log(
config_log.info_f("Starting game server");
state->game_server = make_shared<GameServer>(state);
// TODO: Do this properly via a config option, you lazy bum
state->dol_file_index = make_shared<DOLFileIndex>();
auto log_f = phosg::fopen_shared(replay_log_filename, "rt");
replay_session = make_shared<ReplaySession>(state, log_f.get(), false);