Skip to content

Commit 8c3ed43

Browse files
committed
pcsx2: fix emulator path with PPA install
1 parent bf278ef commit 8c3ed43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/emulators/pcsx2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ function remove_pcsx2() {
5555
function configure_pcsx2() {
5656
mkRomDir "ps2"
5757
# Windowed option
58-
addEmulator 0 "$md_id" "ps2" "$md_inst/bin/PCSX2 %ROM% --windowed"
58+
addEmulator 0 "$md_id" "ps2" "/usr/games/PCSX2 %ROM% --windowed"
5959
# Fullscreen option with no gui (default, because we can close with `Esc` key, easy to map for gamepads)
60-
addEmulator 1 "$md_id-nogui" "ps2" "$md_inst/bin/PCSX2 %ROM% --fullscreen --nogui"
60+
addEmulator 1 "$md_id-nogui" "ps2" "/usr/games/PCSX2 %ROM% --fullscreen --nogui"
6161
addSystem "ps2"
6262
}

0 commit comments

Comments
 (0)