Remove log line that was consuming as much as 0.6ms frame time (#2335)

This commit is contained in:
hspir404 2025-02-03 10:37:11 +00:00 committed by GitHub
parent 460c266e04
commit c5cd4bc5cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}