fix compiler warnings

This commit is contained in:
oltolm
2025-09-19 11:36:11 +02:00
parent b10f5f842a
commit de3abcf579
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2330,7 +2330,7 @@ void __KernelReturnFromModuleFunc() {
INFO_LOG(Log::sceModule, "Resuming LoadExec thread 0x%x", module->pluginWaitingThread);
__KernelResumeThreadFromWait(module->pluginWaitingThread, 0);
} else {
INFO_LOG(Log::sceModule, "LoadExec thread 0x%x still waiting for %ld plugin(s)", module->pluginWaitingThread, plugin_waiting_module->startingPlugins.size());
INFO_LOG(Log::sceModule, "LoadExec thread 0x%x still waiting for %lld plugin(s)", module->pluginWaitingThread, plugin_waiting_module->startingPlugins.size());
}
}
}