mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-08 18:44:27 -04:00
Hooked up exit button in launcher and updated RT64 to fix issue with the launcher not closing
This commit is contained in:
@@ -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