Skip to content

Commit

Permalink
Add nogui parameter to PCSX2 parser (#701)
Browse files Browse the repository at this point in the history
Without the parameter PCSX2 UI is popping in before the game is launched
  • Loading branch information
IrneRacoonovich committed Aug 12, 2024
1 parent d230b59 commit 055b9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/presets/Sony PlayStation 2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "\"${filePath}\" -batch -fullscreen",
"executableArgs": "\"${filePath}\" -batch -fullscreen -nogui",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
Expand Down Expand Up @@ -91,7 +91,7 @@
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "run net.pcsx2.PCSX2 \"${filePath}\" -batch -fullscreen",
"executableArgs": "run net.pcsx2.PCSX2 \"${filePath}\" -batch -fullscreen -nogui",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
Expand Down

0 comments on commit 055b9a4

Please sign in to comment.