Skip to content

Commit

Permalink
fixes launch in game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 25, 2024
1 parent 246e853 commit 8947372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/shadps4/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[General]
logType = "async"
separateUpdateEnabled = false
showSplash = true
showSplash = false
Fullscreen = true
checkCompatibilityOnStartup = false
updateChannel = "Nightly"
Expand Down
6 changes: 3 additions & 3 deletions configs/steam-rom-manager/userData/userConfigurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9220,7 +9220,7 @@
"configTitle": "Sony PlayStation 4 - ShadPS4 (Installed PKG)",
"steamDirectory": "${steamdirglobal}",
"romDirectory": "/run/media/mmcblk0p1/Emulation/storage/shadps4/games",
"executableArgs": "--g \"'${filePath}'\"",
"executableArgs": "-g \"'${filePath}'\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
Expand All @@ -9230,7 +9230,7 @@
],
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"disabled": false,
"disabled": true,
"userAccounts": {
"specifiedAccounts": [
"Global"
Expand All @@ -9252,7 +9252,7 @@
"appendArgsToExecutable": true
},
"parserInputs": {
"glob-regex": "${/(^[NP].+)/}/@(eboot.bin|EBOOT.BIN)"
"glob-regex": "${/(^.+)/}/@(eboot.bin|EBOOT.BIN)"
},
"titleFromVariable": {
"limitToGroups": "${PS4}",
Expand Down

0 comments on commit 8947372

Please sign in to comment.