diff --git a/Makefile b/Makefile index af3bda5b4..8aa822fd5 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ OBJS += platform/psp/mp3.o USE_FRONTEND = 1 endif ifeq "$(PLATFORM)" "ps2" -CFLAGS += -DUSE_BGR565 # -DLOG_TO_FILE +CFLAGS += -DUSE_BGR555 # -DLOG_TO_FILE LDLIBS += -lpatches -lgskit -ldmakit -lps2_drivers OBJS += platform/ps2/plat.o OBJS += platform/ps2/emu.o