partially revived platform support for PSP (unfinished) #2

scaling, release generation, fixes
still not planning to make this officially supported.
This commit is contained in:
kub 2021-01-13 22:26:41 +01:00
parent cdc6aac4c0
commit 6c5784f07f
13 changed files with 129 additions and 93 deletions

View file

@ -23,7 +23,7 @@ ifeq "$(for_15fw)" "1"
CFLAGS += -DFW15
endif
ifneq "$(BUILD)" ""
# frontend and stuff
OBJS += main.o emu.o mp3.o menu.o psp.o asm_utils.o
@ -172,6 +172,7 @@ myclean:
clean_prof:
find ../.. -name '*.gcno' -delete
find ../.. -name '*.gcda' -delete
endif
# ----------- release -----------
ifneq ($(findstring rel,$(MAKECMDGOALS)),)