Skip to content

Commit 4c01949

Browse files
committed
pcsx: don't log
1 parent f75e235 commit 4c01949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/Emus/.emu_setup/launch_emu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ run_pcsx() {
119119

120120
cd "$PCSX_DIR"
121121

122-
./pcsx -cdfile "$ROM_FILE" > /mnt/SDCARD/PCSX.log 2>&1
122+
./pcsx -cdfile "$ROM_FILE"
123123
}
124124

125125
ROM_FILE="$(readlink -f "$1")"

0 commit comments

Comments
 (0)