Skip to content

Commit

Permalink
Use new loader
Browse files Browse the repository at this point in the history
To avoid those epileptic colour to disturb the transition from HDD-OSD to game
  • Loading branch information
israpps authored Nov 27, 2022
1 parent e789a37 commit f0078a1
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 @@ -11,7 +11,7 @@ EE_OBJS_DIR = obj/
EE_ASM_DIR = asm/
EE_OBJS = $(FRONTEND_OBJS) $(EECORE_OBJS)

EE_LIBS = -lfileXio -lpatches -lelf-loader
EE_LIBS = -lfileXio -lpatches -lelf-loader-nocolour
EE_LIB_DIRS += -L$(PS2SDK)/ee/lib
EE_INCS += -I$(PS2SDK)/ports/include
EE_CFLAGS := -O2 -G8192 -mgpopt -Wno-stringop-truncation
Expand Down

0 comments on commit f0078a1

Please sign in to comment.