mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +00:00
Remove accidentally left in test values
This commit is contained in:
parent
38aaa2530f
commit
72f233486d
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ int PS4_SYSV_ABI scePadGetControllerInformation(s32 handle, OrbisPadControllerIn
|
||||||
pInfo->stickInfo.deadZoneLeft = 1;
|
pInfo->stickInfo.deadZoneLeft = 1;
|
||||||
pInfo->stickInfo.deadZoneRight = 1;
|
pInfo->stickInfo.deadZoneRight = 1;
|
||||||
pInfo->connectionType = ORBIS_PAD_PORT_TYPE_STANDARD;
|
pInfo->connectionType = ORBIS_PAD_PORT_TYPE_STANDARD;
|
||||||
pInfo->connectedCount = 2;
|
pInfo->connectedCount = 1;
|
||||||
pInfo->connected = false;
|
pInfo->connected = false;
|
||||||
pInfo->deviceClass = OrbisPadDeviceClass::Standard;
|
pInfo->deviceClass = OrbisPadDeviceClass::Standard;
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -107,7 +107,7 @@ int PS4_SYSV_ABI scePadGetControllerInformation(s32 handle, OrbisPadControllerIn
|
||||||
pInfo->stickInfo.deadZoneLeft = 1;
|
pInfo->stickInfo.deadZoneLeft = 1;
|
||||||
pInfo->stickInfo.deadZoneRight = 1;
|
pInfo->stickInfo.deadZoneRight = 1;
|
||||||
pInfo->connectionType = ORBIS_PAD_PORT_TYPE_STANDARD;
|
pInfo->connectionType = ORBIS_PAD_PORT_TYPE_STANDARD;
|
||||||
pInfo->connectedCount = 2;
|
pInfo->connectedCount = 1;
|
||||||
pInfo->connected = true;
|
pInfo->connected = true;
|
||||||
pInfo->deviceClass = OrbisPadDeviceClass::Standard;
|
pInfo->deviceClass = OrbisPadDeviceClass::Standard;
|
||||||
if (Config::getUseSpecialPad()) {
|
if (Config::getUseSpecialPad()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue