Skip to content

Commit

Permalink
simpler mounting for PCSX2 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Jul 12, 2024
1 parent d32be71 commit 20fd91b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ sim:

# Mount first partition of block device used in PCSX2 testing (ATA or USB)
sim_mount:
losetup /dev/loop1 ee/loader/blockdev.raw

# Unmount block device used in PCSX2 testing
sim_unmount:
losetup -d /dev/loop1
losetup -Pf ee/loader/bd_exfat.raw

opl:
ps2client -h 192.168.1.10 execee host:OPNPS2LD.ELF

0 comments on commit 20fd91b

Please sign in to comment.