Change systemserivce param ID calling to debug only

Some games, including Namco Museum Archives spam this.
This commit is contained in:
Randomuser8219 2025-03-01 18:04:00 -08:00 committed by GitHub
parent 0bdd21b4e4
commit 161e0fee57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1893,7 +1893,7 @@ int PS4_SYSV_ABI sceSystemServiceNavigateToGoHome() {
s32 PS4_SYSV_ABI sceSystemServiceParamGetInt(OrbisSystemServiceParamId param_id, int* value) { s32 PS4_SYSV_ABI sceSystemServiceParamGetInt(OrbisSystemServiceParamId param_id, int* value) {
// TODO this probably should be stored in config for UI configuration // TODO this probably should be stored in config for UI configuration
LOG_INFO(Lib_SystemService, "called param_id {}", u32(param_id)); LOG_DEBUG(Lib_SystemService, "called param_id {}", u32(param_id));
if (value == nullptr) { if (value == nullptr) {
LOG_ERROR(Lib_SystemService, "value is null"); LOG_ERROR(Lib_SystemService, "value is null");
return ORBIS_SYSTEM_SERVICE_ERROR_PARAMETER; return ORBIS_SYSTEM_SERVICE_ERROR_PARAMETER;