Skip to content

Commit

Permalink
Fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Jan 25, 2024
1 parent 9e0e509 commit 4ad49a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad49a1

Please sign in to comment.