Merge pull request #89 from mactan-sc/protonversion

proton by default
This commit is contained in:
the Sane. 2024-08-25 12:09:13 -04:00 committed by GitHub
commit a2f9ad67e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,12 +58,6 @@
"name": "wineexec", "name": "wineexec",
"prefix": "$GAMEDIR" "prefix": "$GAMEDIR"
} }
},
{
"execute": {
"command": "mkdir -p \"$GAMEDIR/drive_c/Program Files/Roberts Space Industries/StarCitizen/\"{LIVE,PTU,EPTU,TECH-PREVIEW}",
"description": "Creating game path"
}
} }
], ],
"system": { "system": {
@ -84,13 +78,6 @@
"prefix_command": "GAMEID=umu-starcitizen STORE=none" "prefix_command": "GAMEID=umu-starcitizen STORE=none"
}, },
"wine": { "wine": {
"dxvk": true,
"esync": true,
"fsync": true,
"dxvk_nvapi": false,
"overrides": {
"powershell.exe": "disabled"
},
"system_winetricks": false, "system_winetricks": false,
"version": "GE-Proton (Latest)" "version": "GE-Proton (Latest)"
} }