mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
proton: Enable gamedrive compat option for Creativerse.
CW-Bug-Id: #21729
This commit is contained in:
parent
f693c48a4c
commit
89a2dac0b2
1 changed files with 4 additions and 1 deletions
5
proton
5
proton
|
|
@ -1058,7 +1058,10 @@ def default_compat_config():
|
|||
if appid == "1621680":
|
||||
ret.add("noforcelgadd")
|
||||
|
||||
if appid == "1341820":
|
||||
if appid in [
|
||||
"1341820",
|
||||
"280790",
|
||||
]:
|
||||
ret.add("gamedrive")
|
||||
|
||||
if appid in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue