Minitrace default was missing from the win32 makefile

This commit is contained in:
Jasmine Iwanek
2022-12-18 22:40:00 -05:00
parent dc1dff8211
commit 3c46b6becd

View File

@@ -200,6 +200,9 @@ endif
ifndef RTMIDI
RTMIDI := y
endif
ifndef MINITRACE
MINITRACE := n
endif
ifeq ($(DYNAREC), y)
ifeq ($(ARM), y)
ifeq ($(NEW_DYNAREC), n)