This is currently unfinished.
Use a cross-compiler, enable specific platform code with option:
- Pandora:
-DPANDORA=ON
- GP2X Canoo:
-DCAANOO=ON
- GP2X Wiz:
-DWIZ=ON
- GP2X:
-DGP2X=ON
- Dingoo:
-DDINGOO=ON
- GameShell:
-DGAMESHELL=ON
-DRISCOS=ON
Use the provided CMake Toolchain file or wrapper script:
cmake -DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/Wii.cmake
cmake -DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/3DS.cmake
- Embed a directory in the executable:
-DROMFS=ON
Use psp-cmake
.
Works natively.
Works natively.