themezer: show option to launch nro.

This commit is contained in:
ITotalJustice
2025-08-02 17:51:36 +01:00
parent ab5c54b47a
commit 620334439c
2 changed files with 66 additions and 54 deletions

View File

@@ -138,6 +138,7 @@ struct Menu final : MenuBase {
void Draw(NVGcontext* vg, Theme* theme) override;
void OnFocusGained() override;
private:
void SetIndex(s64 index) {
m_index = index;
if (!m_index) {
@@ -147,7 +148,7 @@ struct Menu final : MenuBase {
void InvalidateAllPages();
void PackListDownload();
void OnPackListDownload();
void DisplayOptions();
private:
static constexpr inline const char* INI_SECTION = "themezer";