Files
Carsten Teibes e9d10fe29b Revamp the 3DS port (#2864)
- fix use of deprecated macro
- move network stuff to platform directory
- ensure all lua is built for 32 bit integers
- clean up build configurations
- use newer docker image
2025-11-20 09:31:26 +01:00
..
2025-11-20 09:31:26 +01:00

3DS build

Requirements

  • devkitARM + the 3ds-dev meta package
  • the following additional packages:
    • 3ds-libpng
    • 3ds-zlib

Building instructions

cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/cmake/3DS.cmake
cmake --build build

You should now be able to find tic80.3dsx in build/bin.