psp fixes, gamma

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@302 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-11-24 15:04:47 +00:00
parent 9dc0982919
commit 2445b7cb6d
13 changed files with 237 additions and 55 deletions

View file

@ -6,6 +6,7 @@ PSPSDK = $(shell psp-config --pspsdk-path)
#use_musashi = 1
#use_mz80 = 1
amalgamate = 0
for_15fw = 1
CFLAGS += -I../.. -I. -DNO_SYNC
@ -17,10 +18,13 @@ CFLAGS += -O2 -ftracer -fstrength-reduce -ffast-math
else
CFLAGS += -ggdb
endif
ifeq "$(for_15fw)" "1"
CFLAGS += -DFW15
endif
# frontend
OBJS += main.o emu.o mp3.o menu.o psp.o
# frontend and stuff
OBJS += main.o emu.o mp3.o menu.o psp.o asm_utils.o
# common
OBJS += ../common/emu.o ../common/menu.o ../common/fonts.o ../common/readpng.o
@ -81,7 +85,9 @@ EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = PicoDrive
PSP_EBOOT_ICON = data/icon.png
#PSP_EBOOT_PIC1 = .png
ifneq "$(for_15fw)" "1"
BUILD_PRX = 1
endif
CUSTOM_CLEAN = myclean