mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
loading libSceFios2.prx as lle as well
This commit is contained in:
parent
e272b152ed
commit
a1468c9d79
3 changed files with 6 additions and 4 deletions
|
@ -1883,7 +1883,7 @@ int PS4_SYSV_ABI sceSystemServiceNavigateToGoHome() {
|
|||
|
||||
s32 PS4_SYSV_ABI sceSystemServiceParamGetInt(int param_id, int* value) {
|
||||
// TODO this probably should be stored in config for UI configuration
|
||||
LOG_INFO(Lib_SystemService, "called");
|
||||
LOG_INFO(Lib_SystemService, "called param_id {}", param_id);
|
||||
if (value == nullptr) {
|
||||
LOG_ERROR(Lib_SystemService, "value is null");
|
||||
return ORBIS_SYSTEM_SERVICE_ERROR_PARAMETER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue