Fix typo in Makefie.ps2

This commit is contained in:
Francisco Javier Trujillo Mata 2022-03-15 22:48:43 +01:00 committed by Autechre
parent a404689894
commit e70b3d49b7

View File

@ -31,11 +31,11 @@ endif
ifeq ($(SCREEN_DEBUG), 1)
LIBS += -ldebug
RARCH_DEFINES += -DSCREEN_DEBUG
DEFINES += -DSCREEN_DEBUG
endif
ifeq ($(BUILD_FOR_PCSX2), 1)
RARCH_DEFINES += -DBUILD_FOR_PCSX2
DEFINES += -DBUILD_FOR_PCSX2
endif
DEFINES += -DRARCH_INTERNAL -DRARCH_CONSOLE