mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-26 13:52:39 +01:00
original source from gpsp09-2xb_src.tar.bz2
This commit is contained in:
26
psp/Makefile
Normal file
26
psp/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# -x assembler-with-cpp
|
||||
# gpSP makefile
|
||||
# Gilead Kutnick - Exophase
|
||||
|
||||
# Global definitions
|
||||
|
||||
PSPSDK = ${shell psp-config --pspsdk-path}
|
||||
PREFIX = ${shell psp-config --psp-prefix}
|
||||
|
||||
OBJS = main.o cpu.o video.o memory.o sound.o input.o \
|
||||
cpu_threaded.o gui.o zip.o cheats.o mips_stub.o
|
||||
|
||||
TARGET = gpSP
|
||||
|
||||
VPATH += ..
|
||||
CFLAGS += -O3 -DPSP_BUILD -G0 -funsigned-char
|
||||
CFLAGS += ${shell ${PREFIX}/bin/sdl-config --cflags}
|
||||
ASFLAGS = ${CFLAGS}
|
||||
PSP_EBOOT_TITLE = gpSP
|
||||
EXTRA_TARGETS = EBOOT.PBP
|
||||
|
||||
LIBS += ${shell ${PREFIX}/bin/sdl-config --libs} -lpsppower \
|
||||
-lz
|
||||
|
||||
include ${PSPSDK}/lib/build.mak
|
||||
|
||||
2531
psp/mips_emit.h
Normal file
2531
psp/mips_emit.h
Normal file
File diff suppressed because it is too large
Load Diff
3427
psp/mips_stub.S
Normal file
3427
psp/mips_stub.S
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user