cellSysutilGetSystemParamInt(ID_PAD_RUMBLE) changed to return ON status

This commit is contained in:
Eladash 2019-11-15 19:25:35 +02:00 committed by Megamouse
parent da12969898
commit 610463a425

View file

@ -253,7 +253,7 @@ error_code cellSysutilGetSystemParamInt(CellSysutilParamId id, vm::ptr<s32> valu
break;
case CELL_SYSUTIL_SYSTEMPARAM_ID_PAD_RUMBLE:
*value = CELL_SYSUTIL_PAD_RUMBLE_OFF;
*value = CELL_SYSUTIL_PAD_RUMBLE_ON;
break;
case CELL_SYSUTIL_SYSTEMPARAM_ID_KEYBOARD_TYPE: