Skip to content

Conversation

@google-labs-jules
Copy link

This change adds the initial page for the OpenTuna installer. The new page can be accessed from the main menu and includes functionality for memory card selection, free space checking, and ROM version detection.

NathanNeurotic and others added 30 commits April 22, 2025 10:48
FMCB.XLF = @pcm720's PS2BBL for OSDMenu
PS2BBL-MMCE.FMCB.XLF = PS2BBL MMCE
Whichever is named "FMCB.XLF" will be the one installed.
Save Icon Credits:
"PS2 Dashboard" (https://skfb.ly/pnAyJ) by deaffrasiertheboy is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
This commit introduces the initial OpenTuna installer page. The main menu now has an "Install OpenTuna" option that navigates to this new page.

The OpenTuna installer page currently performs the following actions:
- Detects and displays the PS2's ROM version.
- Handles memory card selection, prompting the user if multiple cards are inserted.
- Performs a free space check on the selected memory card.
This commit fixes a build error that was caused by the `romver` variable being declared as `static` in `system.c`, which made it inaccessible from other files. The `static` keyword has been removed to make the variable global, which resolves the linker error.

This change is part of the larger effort to add the OpenTuna installer page, and this fix is necessary for that feature to work correctly.
This commit introduces a new, separate menu page for the OpenTuna installer, accessible by navigating right from the main menu.

The new page includes two options:
- Install OpenTuna
- Uninstall OpenTuna

The necessary UI strings, menu items, and event handlers have been added. The navigation logic has been updated to create a circular flow between the main menu, OpenTuna menu, MC menu, and extras menu.

Additionally, a bug in the main menu loop has been fixed where pressing the cancel button (circle) would exit the application instead of navigating back. The menu execution logic now correctly handles this as a "back" action.

The ROM version of the console is now also displayed on the OpenTuna installer page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants