notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
292 stars 167 forks source link

How do I build picodrive for psp? #126

Closed thesourcehim closed 3 years ago

thesourcehim commented 3 years ago

configure script does not provide psp platform I tried: cd platform/psp make got error: psp-gcc -I. -I/mnt/d/pspdev/psp/sdk/include -I../.. -I. -DNO_SYNC -D_ASM_DRAW_C_AMIPS -Wall -Winline -G0 -O2 -ftracer -fstrength-reduce -ffast-math -DFW15 -DEMU_F68K -D_USE_CZ80 -D_PSP_FW_VERSION=150 -c main.c -o main.o main.c:14:10: fatal error: ../common/menu.h: No such file or directory 14 | #include "../common/menu.h"

Also tried: make -f Makefile.libretro platform=psp1 got picodrive_libretro_psp1.a, what to do with it?