mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +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 {
|
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…
Add table
Add a link
Reference in a new issue