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:
@@ -1,4 +1,4 @@
|
||||
# Install script for directory: /Users/adolforeyna/Projects/pico-bare-metal/Adolfo/basic1/emulator
|
||||
# Install script for directory: /Users/adolforeyna/Projects/basic1/emulator
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
@@ -40,7 +40,7 @@ endif()
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/Users/adolforeyna/Projects/pico-bare-metal/Adolfo/basic1/emulator/install_local_manifest.txt"
|
||||
file(WRITE "/Users/adolforeyna/Projects/basic1/emulator/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
@@ -56,6 +56,6 @@ else()
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/Users/adolforeyna/Projects/pico-bare-metal/Adolfo/basic1/emulator/${CMAKE_INSTALL_MANIFEST}"
|
||||
file(WRITE "/Users/adolforeyna/Projects/basic1/emulator/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user