Simple Hello World in Rust to run on a PSP.
  • Makefile 53.8%
  • Rust 40.1%
  • Assembly 6.1%
Find a file
2020-05-05 16:38:28 -07:00
.cargo update for 2020 2020-05-05 10:56:42 -07:00
src update for 2020 2020-05-05 10:56:42 -07:00
.gitignore build prx 2020-05-05 16:24:43 -07:00
abi-mismatch-ignore.patch update for 2020 2020-05-05 10:56:42 -07:00
build.mak build prx 2020-05-05 16:24:43 -07:00
Cargo.toml Initial commit. 2014-11-24 11:16:24 -05:00
Makefile build prx 2020-05-05 16:24:43 -07:00
psp.json build prx 2020-05-05 16:24:43 -07:00
README.md Update README.md 2020-05-05 16:38:28 -07:00
rust-toolchain update for 2020 2020-05-05 10:56:42 -07:00

A simple Rust Hello World to run on a PSP.

This requires a patched psp-binutils to remove the restriction on ABI mismatches. The patch is included in this repo. This repo also assumes you have the psp sdk installed to /usr/psp/sdk/

make

This will give you an EBOOT.PBP which you can just copy over to your PSP and run as usual.

Or run it with PPSSPP:

PPSSPPSDL EBOOT.PBP

I'm making a note here huge success