mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-25 20:36:32 -05:00
Improve config menu by adding a loading screen
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user