mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-22 04:39: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) {
|
if (upid != 2 && upid != 15) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
OSReport("Running WiiUPluginLoaderBackend " VERSION_FULL "\n");
|
||||||
initLogging();
|
initLogging();
|
||||||
bool initNeeded = false;
|
bool initNeeded = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user