mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-08 10:45:00 -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;
|
pInfo->capability = 0;
|
||||||
|
|
||||||
auto res = scePadGetControllerInformation(handle, &pInfo->base);
|
auto res = scePadGetControllerInformation(handle, &pInfo->base);
|
||||||
|
if (!EmulatorSettings.IsUsingSpecialPad()) {
|
||||||
|
pInfo->base.connected = false;
|
||||||
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user