mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
[Loader] Added app_version logging
This commit is contained in:
parent
2836b3e45f
commit
8196007558
@ -14,6 +14,7 @@
|
|||||||
#include <system/exception_handler.h>
|
#include <system/exception_handler.h>
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
|
|
||||||
|
#include "version.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
@ -25,6 +26,8 @@ extern "C" int Menu_Main(int argc, char **argv){
|
|||||||
|
|
||||||
log_init();
|
log_init();
|
||||||
|
|
||||||
|
DEBUG_FUNCTION_LINE("Wii U Plugin System Loader %s\n",APP_VERSION);
|
||||||
|
|
||||||
setup_os_exceptions();
|
setup_os_exceptions();
|
||||||
|
|
||||||
DEBUG_FUNCTION_LINE("Mount SD partition\n");
|
DEBUG_FUNCTION_LINE("Mount SD partition\n");
|
||||||
|
@ -1 +1 @@
|
|||||||
#define APP_VERSION "pre-alpha"
|
#define APP_VERSION "alpha"
|
||||||
|
Loading…
Reference in New Issue
Block a user