mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +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
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue