Experimental Playstation Vita Emulator

Hey, I've been working on an experimental Playstation Vita Emulator for quite some time now.

https://github.com/JagerDesu/vios

It's nowhere near the state at which Vita3K is at, however I've been working on this solo in between contracts so it's become a bit of a pet project... I figured I might as well release it and stimulate development than let the code rot on my hard drive.

It's nothing special... it loads a simple binary and does the best it can to execute it. I need to implement some HLE functions to get the first homebrew running. I plan to ditch Unicorn Engine for the CPU emulator eventually and use my own ARMv7-A emulator. The foundation of this has already begun, and I've implemented a handful of Thumb 2 instructions already. The other option is to adapt and update Citra's ARMv6k code, though that'd likely be a huge task that I personally would rather not do.

If anyone wants to lend a hand that'd be great! I'm more than willing to help new developers!
Last edited on
Topic archived. No new replies allowed.