diff --git a/Makefile b/Makefile index c2ef4791..3a25409b 100644 --- a/Makefile +++ b/Makefile @@ -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))