proton: Enable gamedrive early for Bad Mojo Redux.

CW-Bug-Id: #23924
This commit is contained in:
Paul Gofman 2024-06-13 12:22:33 -06:00 committed by Arkadiusz Hiler
parent 1a349add90
commit 2164e3bae6

5
proton
View file

@ -1169,6 +1169,11 @@ def default_compat_config():
]: ]:
ret.add("xalia") ret.add("xalia")
if appid in [
"255960", #Bad Mojo Redux
]:
ret.add("gamedrive")
return ret return ret
default_cpu_limit = { default_cpu_limit = {