Skip to content

Commit 2ad7b68

Browse files
committed
PCSC2 args -nogui
1 parent 1a7f385 commit 2ad7b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/platforms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const PLATFORMS = [
226226
name: "ps2",
227227
extensions: [".iso", ".bin", ".img", ".cue", ".mdf"],
228228
emulators: [
229-
{ name: "PCSX2", flatpak: "net.pcsx2.PCSX2", scoop: "games/pcsx2", url:"https://pcsx2.net/", args: "--nogui -fullscreen" },
229+
{ name: "PCSX2", flatpak: "net.pcsx2.PCSX2", scoop: "games/pcsx2", url:"https://pcsx2.net/", args: "-nogui -fullscreen" },
230230
{ name: "Play!", flatpak: "org.purei.Play", scoop: null, url:"https://purei.org/", args: "--fullscreen --disc" }
231231
]
232232
},

0 commit comments

Comments
 (0)