Improve config menu by adding a loading screen

This commit is contained in:
Maschell
2023-01-05 21:52:35 +01:00
parent 43ddb8f1dd
commit e951299ea9
2 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <gx2/enum.h>
#include <string>
struct StoredBuffer {
void *buffer;
@@ -16,5 +17,5 @@ public:
private:
static void displayMenu();
static void renderNoConfigFoundScreen();
static void renderBasicScreen(std::string_view text);
};