diff --git a/channel/meta/bootLogoTex.tga b/channel/meta/bootLogoTex.tga index 288025b..944896e 100644 Binary files a/channel/meta/bootLogoTex.tga and b/channel/meta/bootLogoTex.tga differ diff --git a/meta/meta.xml b/meta/meta.xml index 60d3887..7d03038 100644 --- a/meta/meta.xml +++ b/meta/meta.xml @@ -2,8 +2,8 @@ Homebrew Launcher Dimok - 1.3 - 20161104210000 + 2.0 + 20161120210000 WiiU Homebrew Launcher Loads WiiU homebrew from SD card and from network. diff --git a/src/utils/logger.h b/src/utils/logger.h index dd7cc71..0e19ad3 100644 --- a/src/utils/logger.h +++ b/src/utils/logger.h @@ -5,7 +5,7 @@ extern "C" { #endif -#define DEBUG_LOGGER 1 +//#define DEBUG_LOGGER 1 #ifdef DEBUG_LOGGER void log_init(const char * ip);