mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
Remove log line that was consuming as much as 0.6ms frame time (#2335)
This commit is contained in:
parent
460c266e04
commit
c5cd4bc5cf
@ -13,7 +13,6 @@
|
|||||||
namespace Libraries::Kernel {
|
namespace Libraries::Kernel {
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceKernelIsNeoMode() {
|
int PS4_SYSV_ABI sceKernelIsNeoMode() {
|
||||||
LOG_DEBUG(Kernel_Sce, "called");
|
|
||||||
return Config::isNeoModeConsole() &&
|
return Config::isNeoModeConsole() &&
|
||||||
Common::ElfInfo::Instance().GetPSFAttributes().support_neo_mode;
|
Common::ElfInfo::Instance().GetPSFAttributes().support_neo_mode;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user