mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -06:00
temp fix (#4276)
This commit is contained in:
parent
1cd61ba2da
commit
26c5963481
@ -143,6 +143,9 @@ int PS4_SYSV_ABI scePadGetExtControllerInformation(s32 handle,
|
||||
pInfo->capability = 0;
|
||||
|
||||
auto res = scePadGetControllerInformation(handle, &pInfo->base);
|
||||
if (!EmulatorSettings.IsUsingSpecialPad()) {
|
||||
pInfo->base.connected = false;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user