Disable banner

This commit is contained in:
2014-11-26 14:17:43 +00:00
parent 2d499cff37
commit 5f925cd884

View File

@@ -43,7 +43,7 @@
#include <stdlib.h> /* for malloc, free */
#include <string.h> /* for memcpy, memset */
static int g_banner = 0;
static int g_banner = 1;
static const char g_wiiuse_version_string[] = WIIUSE_VERSION;
/**