mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-01-20 22:01:12 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
89498f0ac2
commit
2875707e92
@ -1225,6 +1225,9 @@ if game_dict:
|
|||||||
if game_key == "prometheus":
|
if game_key == "prometheus":
|
||||||
print("Handling 'prometheus' as 'Pro'")
|
print("Handling 'prometheus' as 'Pro'")
|
||||||
game_key = "Pro"
|
game_key = "Pro"
|
||||||
|
elif game_key == "fenris":
|
||||||
|
print("Handling 'fenris' as 'Fen'")
|
||||||
|
game_key = "Fen"
|
||||||
|
|
||||||
game_name = flavor_mapping.get(game_key, "unknown")
|
game_name = flavor_mapping.get(game_key, "unknown")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user