feat: add ImGui frontend support with game selection and debug panels
This commit is contained in:
@@ -27,6 +27,7 @@ struct FrontendSettings {
|
||||
Theme theme = Theme::Dark;
|
||||
WindowIcon icon = WindowIcon::Rpog;
|
||||
std::string language = "en";
|
||||
bool showImGuiDebugPanel = true;
|
||||
|
||||
static Theme themeFromString(std::string inString);
|
||||
static const char* themeToString(Theme theme);
|
||||
|
||||
Reference in New Issue
Block a user