We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9395aeb commit c1a76c6Copy full SHA for c1a76c6
source/RetroHub.gd
@@ -152,11 +152,11 @@ func launch_game() -> void:
152
RetroHubUI.show_warning(NO_EMULATOR_WARNING_TEXT % curr_game_data.name)
153
return
154
_running_game = true
155
- _update_game_statistics()
156
print("Launching game ", launched_game_data.name)
157
RetroHubMedia._stop_thread()
158
emit_signal("_game_loaded", launched_game_data)
159
RetroHubConfig.unload_theme()
+ _update_game_statistics()
160
161
func _launch_game_process() -> int:
162
var system_emulators : Array = RetroHubConfig._systems_raw[launched_system_data.name]["emulator"]
0 commit comments