Add pagination to game launcher - 4 games per page
- GameLauncher now displays only 4 games per page to keep menu in bounds - Added page navigation with page indicator (Page X/Y) - KEY0 navigates between pages and within page - KEY1 selects the highlighted game - Touch selection works on current page only - Helper methods: get_total_pages(), get_page_start_index(), get_page_end_index() - Updated both lib/ and emulator/ versions for consistency
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/adolforeyna/Projects/pico-bare-metal/Adolfo/basic1/emulator")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/adolforeyna/Projects/pico-bare-metal/Adolfo/basic1/emulator")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/adolforeyna/Projects/basic1/emulator")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/adolforeyna/Projects/basic1/emulator")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
Reference in New Issue
Block a user