[Loader] Added app_version logging

This commit is contained in:
Maschell 2018-02-04 10:50:34 +01:00
parent 2836b3e45f
commit 8196007558
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,7 @@
#include <system/exception_handler.h>
#include "common/common.h"
#include "version.h"
#include "main.h"
#include "utils.h"
@ -25,6 +26,8 @@ extern "C" int Menu_Main(int argc, char **argv){
log_init();
DEBUG_FUNCTION_LINE("Wii U Plugin System Loader %s\n",APP_VERSION);
setup_os_exceptions();
DEBUG_FUNCTION_LINE("Mount SD partition\n");

View File

@ -1 +1 @@
#define APP_VERSION "pre-alpha"
#define APP_VERSION "alpha"