Skip to content

Commit af834c0

Browse files
committed
Add infos to readme
1 parent 389f008 commit af834c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3537
Run 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

4143
NRO 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

0 commit comments

Comments
 (0)