From 7aaa35197d19dcff334f68b7f583961666d0e9e8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 19 Sep 2022 16:06:55 +0200 Subject: [PATCH] Log the current module version on each application start --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index 5995739..ba5d890 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -48,6 +48,7 @@ WUMS_APPLICATION_STARTS() { if (upid != 2 && upid != 15) { return; } + OSReport("Running WiiUPluginLoaderBackend " VERSION_FULL "\n"); initLogging(); bool initNeeded = false;