Change this readme and the values in xmake.lua
to configure the project.
Ensure you have LDC and devkitpro on your system.
# configure xmake and install packages, only necessary first time
# re-run this if you add new dependencies to the project
xmake f -p 3ds -m release -a arm --toolchain=devkitarm -y
# build!
xmake
# run in citra
xmake run