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 ee96e6e commit dbd046bCopy full SHA for dbd046b
source/RetroHub.gd
@@ -88,6 +88,8 @@ func _load_theme():
88
print("Config is ready, parsing metadata...")
89
var systems : Dictionary = RetroHubConfig.systems
90
var games : Array = RetroHubConfig.games
91
+
92
+ curr_game_data = null
93
94
_theme_processing_done = false
95
emit_signal("_theme_unload")
0 commit comments