Redirected Install button to custom implementation

This currently fades out and closes the game upon accepting the message, it does not yet reboot into the installer menu using --install-dlc.
This commit is contained in:
Hyper
2024-12-07 01:00:46 +00:00
parent 9e168ab326
commit df03a64305
15 changed files with 219 additions and 21 deletions

View File

@@ -12,6 +12,7 @@
#include <ui/achievement_menu.h>
#include <ui/achievement_overlay.h>
#include <ui/button_guide.h>
#include <ui/fader.h>
#include <ui/message_window.h>
#include <ui/options_menu.h>
#include <ui/installer_wizard.h>
@@ -1796,6 +1797,7 @@ static void DrawImGui()
OptionsMenu::Draw();
AchievementOverlay::Draw();
InstallerWizard::Draw();
Fader::Draw();
MessageWindow::Draw();
ButtonGuide::Draw();