diff --git a/source/main.cpp b/source/main.cpp index 1602ddb..29490c6 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -32,7 +32,7 @@ #define MEMORY_REGION_SIZE 0x00700000 #define MEMORY_REGION_END (MEMORY_REGION_START + MEMORY_REGION_SIZE) -#define AUTOBOOT_CONFIG_PATH "fs:/vol/external01/wiiu/environments/autoboot.cfg" +#define AUTOBOOT_CONFIG_PATH "fs:/vol/external01/wiiu/environments/default.cfg" bool CheckRunning() { switch (ProcUIProcessMessages(true)) { @@ -298,6 +298,7 @@ std::string EnvironmentSelectionScreen(const std::map } } + DrawUtils::beginDraw(); DrawUtils::clear(COLOR_BLACK); DrawUtils::endDraw();