Change test emulator from mupen64plus to parallel-launcher (#790)

* mupen64plus -> parallel-launcher

* Add WSL support

* Update Makefile

make it work
This commit is contained in:
bicyclesoda
2024-04-29 19:42:13 -04:00
committed by GitHub
parent 0005bbbd6a
commit f3e1496d29

View File

@@ -551,7 +551,13 @@ ifneq (,$(call find-command,armips))
else
RSPASM := $(TOOLS_DIR)/armips
endif
EMULATOR = mupen64plus
ifneq (,$(call find-command,wslview))
EMULATOR = "/mnt/c/Program Files (x86)/parallel-launcher/parallel-launcher.exe"
else
EMULATOR = parallel-launcher
endif
EMU_FLAGS =
ifneq (,$(call find-command,wslview))