What's Changed
- Fix Various Post-Release Bugs by @TurtleP in #215
- Fix Joystick:getGamepadAxis on Nintendo 3DS (#223)
- Fix app suspend not resuming (via swkbd or suspend) on Nintendo 3DS (#220)
Additions
- Nestlink is no longer required for debugging:
- Set
t.console = true
in conf.lua and connect viatelnet
on Windows ornetcat
on macOS/Linux- Connect via {DEVICE_IP} 8000
- Other options can be done, simply by connecting via a TCP socket client
- There is no timeout to connect, so leaving
t.console = true
without connecting will wait for a connection- A timeout can be added if desired, please open an issue for this.
- Set
Full Changelog: 3.0...3.0.1
EDIT 2024-06-10
- Fixed an issue with Shape::setCategory/setMask