No description
| .helix | ||
| assets | ||
| include/ds | ||
| makefiles | ||
| raylib@705ce45a33 | ||
| raylibpsp@e9e0fc80e1 | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| .ignore | ||
| generate_compile_commands.sh | ||
| Makefile | ||
| pspbuild.sh | ||
| README.md | ||
multiOS Engine
A simple template for games/homebrew tools to support multiple consoles (PSP, NDS, PC)
How to use:
Build:
For PSP:
You'll need PSPDev installed on your computer
./pspbuild.shmake commands-pspmake psp-build
For NDS:
You'll need BlocksDS installed on your computer
make commands-dsmake ds-build
For PC:
cd ./raylib/src && make && ../../make commands-pcmake pc-build
Or build them all at once:
You should at least build them all separatly to make sure that everything works
Then run: make build
Run:
PSP Version: make psp-run
NDS Version: make ds-run
PC Version: make pc-run
All of them at once: make run