mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
hot-fix: reduced log spam from get sdk version
This commit is contained in:
parent
8b2c151f1f
commit
c59f6fd5c3
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ int PS4_SYSV_ABI sceKernelConvertUtcToLocaltime(time_t time, time_t* local_time,
|
|||
|
||||
int PS4_SYSV_ABI sceKernelGetCompiledSdkVersion(int* ver) {
|
||||
int version = Common::ElfInfo::Instance().RawFirmwareVer();
|
||||
LOG_INFO(Kernel, "returned system version = {:#x}", version);
|
||||
LOG_DEBUG(Kernel, "returned system version = {:#x}", version);
|
||||
*ver = version;
|
||||
return (version > 0) ? ORBIS_OK : ORBIS_KERNEL_ERROR_EINVAL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue