https://github.com/doodlewind/psp-test-app
Simple test app based on rust-psp
https://github.com/doodlewind/psp-test-app
Last synced: 8 months ago
JSON representation
Simple test app based on rust-psp
- Host: GitHub
- URL: https://github.com/doodlewind/psp-test-app
- Owner: doodlewind
- Created: 2021-09-10T05:59:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T09:13:56.000Z (almost 5 years ago)
- Last Synced: 2024-12-25T19:24:41.235Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSP Test App
Simple test app based on [rust-psp](https://github.com/overdrivenpotato/rust-psp). Demonstrating the usage of C libs.
## Build
Download and unzip the [prebuilt PSPSDK](https://github.com/doodlewind/psp-test-app/releases/download/sdk/mipsel-sony-psp.zip) (built from [clang-psp](https://github.com/pspdev/clang-psp)) into the project root, then build the app:
``` sh
cd app
./build.sh
```
The output app file is `app/target/mipsel-sony-psp/debug/EBOOT.PBP`.
## License
Public domain