diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ DOL := $(BUILD_DIR)/PsoV3.dol ELF := $(DOL:.dol=.elf) WINE := wine +export WINEDEBUG ?= -all DEVKITPPC := /opt/devkitpro/devkitPPC MWCC_VERSION := 1.3.2 |