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 e8e9ce0 commit 7c2b075Copy full SHA for 7c2b075
source/integrations/RetroAchievementsIntegration.gd
@@ -572,6 +572,7 @@ func _download_hash_cache() -> int:
572
return GameInfo.Error.OK
573
574
func _get_id_from_hash(hash: String, system: String) -> int:
575
+ if hash.is_empty(): return -GameInfo.Error.ERR_GAME_NOT_FOUND
576
var path := get_cheevos_hash_cache_path()
577
var data : Dictionary = JSONUtils.load_json_file(path)
578
var hash_key = hash[0]
0 commit comments