Skip to content

Commit

Permalink
Add run (ps2client) and sim (PCSX2) target
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Sep 8, 2019
1 parent c6c342f commit 04cd087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ clean:

rebuild: clean all

run: $(EE_BIN)
ps2client -h 192.168.1.10 execee host:$(EE_BIN)

sim: $(EE_BIN)
PCSX2 --elf=$(PWD)/$(EE_BIN) --nodisc --nogui

pc_tools:
echo "Building iso2opl, opl2iso and genvmc..."
$(MAKE) _WIN32=0 -C pc
Expand Down

0 comments on commit 04cd087

Please sign in to comment.