Add virtual navigation buttons to game launcher

- Display < PREV and NEXT > buttons at bottom of screen when multiple pages exist
- Buttons are touchable and respond to taps
- Button dimensions: 150x40 at y=235
- PREV button: x=30, NEXT button: x=200
- Updated instructions to show 'Touch buttons or KEY0/KEY1'
- Both KEY0/KEY1 and touch button presses navigate pages
- Updated lib/ and emulator/ versions
This commit is contained in:
Adolfo Reyna
2026-02-12 20:46:41 -05:00
parent b722b8b9c5
commit b5e69abc83
5 changed files with 96 additions and 28 deletions

11
.gitignore vendored
View File

@@ -1,3 +1,12 @@
build
!.vscode/*
build*/
build*/
*.o
*.o.d
*.a
*.so
*.dylib
CMakeFiles/
*.cmake
emulator/build/
.DS_Store