CTitleStateMenu: implemented rebooting into installer

This commit is contained in:
Hyper
2024-12-08 02:57:27 +00:00
parent fc9c7ffb3a
commit d69f0442a7
16 changed files with 123 additions and 25 deletions
+9 -3
View File
@@ -1,6 +1,12 @@
#pragma once
extern bool g_isAppInit;
extern bool g_isMissingDLC;
class App
{
public:
inline static bool s_isInit;
inline static bool s_isMissingDLC;
extern double g_deltaTime;
inline static double s_deltaTime;
static void Exit(std::vector<std::string> restartArgs = {});
};