Log the current module version on each application start

This commit is contained in:
Maschell 2022-09-19 16:06:55 +02:00
parent a818088f14
commit 7aaa35197d

View File

@ -48,6 +48,7 @@ WUMS_APPLICATION_STARTS() {
if (upid != 2 && upid != 15) {
return;
}
OSReport("Running WiiUPluginLoaderBackend " VERSION_FULL "\n");
initLogging();
bool initNeeded = false;