mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-16 17:59:17 +01:00
Log the current module version on each application start
This commit is contained in:
parent
a818088f14
commit
7aaa35197d
@ -48,6 +48,7 @@ WUMS_APPLICATION_STARTS() {
|
||||
if (upid != 2 && upid != 15) {
|
||||
return;
|
||||
}
|
||||
OSReport("Running WiiUPluginLoaderBackend " VERSION_FULL "\n");
|
||||
initLogging();
|
||||
bool initNeeded = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user