mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Reset orientation on scePadOpen call (#3341)
This commit is contained in:
parent
116554e425
commit
968cfe1180
@ -272,7 +272,8 @@ int PS4_SYSV_ABI scePadOpen(s32 userId, s32 type, s32 index, const OrbisPadOpenP
|
||||
}
|
||||
LOG_INFO(Lib_Pad, "(DUMMY) called user_id = {} type = {} index = {}", userId, type, index);
|
||||
g_opened = true;
|
||||
scePadResetLightBar(1);
|
||||
scePadResetLightBar(userId);
|
||||
scePadResetOrientation(userId);
|
||||
return 1; // dummy
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user