File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ cp game.love romfs/game.love # Your game here
3030"$DEVKITPRO/tools/bin/elf2nro" love.elf "game.nro" --icon="$APP_ICON" --nacp="game.nacp" --romfsdir="romfs"
3131```
3232
33+ ** Note:** All the required tools to package a game can also be compiled [ from this repo] ( https://github.com/switchbrew/switch-tools )
34+
3335### Compiling from source
3436
3537Run one the following command from the project root to build:
@@ -40,6 +42,7 @@ Run one the following command from the project root to build:
4042
4143NRO and ELF files will be located in the ` dist ` folder.
4244
43- ## Known limitations
45+ ## Known differences with PC
4446
45- * Message boxes do nothing more than being logged to stdout
47+ * ` love.window.showMessageBox() ` logs arguments to stdout
48+ * Using LuaJIT v2.1 instead of v2.0
You can’t perform that action at this time.
0 commit comments