exo/mariko fatal: save fatal error binaries to the SD

This commit is contained in:
Michael Scire
2020-11-16 23:04:41 -08:00
committed by SciresM
parent 5f6942aec8
commit b32c9bf17c
20 changed files with 24419 additions and 12 deletions

View File

@@ -121,6 +121,8 @@ $(OFILES) : $(ATMOSPHERE_LIBRARIES_DIR)/libexosphere/$(ATMOSPHERE_LIBRARY_DIR)/l
$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@
@$(NM) -CSn $@ > $(notdir $*.lst)
diskio.o ff.o: CFLAGS += -Wno-error
$(OFILES_SRC) : $(HFILES_BIN)
#---------------------------------------------------------------------------------