Skip to content

Commit

Permalink
wii: Disable log by default
Browse files Browse the repository at this point in the history
This should slightly improve loading times and remove stutters when defeating badniks.
  • Loading branch information
Mefiresu committed Sep 25, 2022
1 parent 4c09bfb commit 3f6e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Wii.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARCH := $(MACHDEP) -O2

CFLAGS += $(ARCH)
CXXFLAGS += $(ARCH)
DEFINES += -DRETRO_USE_MOD_LOADER=0
DEFINES += -DRETRO_USE_MOD_LOADER=0 -DRETRO_DISABLE_LOG
LDFLAGS += -g $(ARCH) -Wl,-Map,$(notdir $*.map) -L$(LIBOGC_LIB)
RSDK_LIBS += -ldb -lwiiuse -lbte -lfat -laesnd -logc -lm
RSDK_INCLUDES += -I$(LIBOGC_INC)
Expand Down

0 comments on commit 3f6e462

Please sign in to comment.