jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
559 stars 49 forks source link

Sony PSP Support? #236

Open EmmettCarpenter opened 1 month ago

EmmettCarpenter commented 1 month ago

Just wondering if this is possible.

And, this may not really be relevant, but a Celeste Classic port already exists for the PSP and seems to run without issue. I can't seem to find the source code, but it is supposedly based on this project: https://github.com/aggressivepixels/ccleste

jtothebell commented 1 month ago

It should be possible to get it built for the PSP, and it probably will run many games just fine. I would expect performance problems on heavier games. It's been in the back of my mind to try for a while, but I haven't ever gotten around to getting a build environment set up along with adrenaline on my Vita since I don't have a PSP.

I don't think the celeste classic port is directly relevant to performance to since it has ported the original's Lua to C, and the Lua VM is usually the bottleneck. However, there is a PSP makefile in that repo that may be helpful in getting it building.