Remove log line that was consuming as much as 0.6ms frame time

This commit is contained in:
hspir404 2025-02-03 00:10:54 -08:00
parent 460c266e04
commit 0cb888d013

View File

@ -13,7 +13,6 @@
namespace Libraries::Kernel {
int PS4_SYSV_ABI sceKernelIsNeoMode() {
LOG_DEBUG(Kernel_Sce, "called");
return Config::isNeoModeConsole() &&
Common::ElfInfo::Instance().GetPSFAttributes().support_neo_mode;
}