mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-09 14:55:56 -04:00
Hooked up exit button in launcher and updated RT64 to fix issue with the launcher not closing
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
<div class="menu-list-item__bullet">•</div>
|
||||
<div class="menu-list-item__label">Settings</div>
|
||||
</button>
|
||||
<button class="menu-list-item menu-list-item--right">
|
||||
<button onclick="exit_game" class="menu-list-item menu-list-item--right">
|
||||
<div class="menu-list-item__bullet">•</div>
|
||||
<div class="menu-list-item__label">Exit</div>
|
||||
</button>
|
||||
|
||||
+1
-1
Submodule lib/RT64-HLE updated: a9a74b5c19...c4e3c89fe5
@@ -20,6 +20,11 @@ public:
|
||||
recomp::set_current_menu(recomp::Menu::Config);
|
||||
}
|
||||
);
|
||||
recomp::register_event(listener, "exit_game",
|
||||
[](const std::string& param, Rml::Event& event) {
|
||||
ultramodern::quit();
|
||||
}
|
||||
);
|
||||
}
|
||||
void make_bindings(Rml::Context* context) override {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user