mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-05 03:34:20 +00:00
[iQue] Fix osMotorInit (#2425)
This commit is contained in:
parent
2b9b7a40b0
commit
4a205b9d4c
1 changed files with 1 additions and 1 deletions
|
@ -133,6 +133,6 @@ s32 osMotorInit(OSMesgQueue* ctrlrqueue, OSPfs* pfs, s32 channel) {
|
|||
pfs->status = PFS_MOTOR_INITIALIZED;
|
||||
return 0; // "Recognized rumble pak"
|
||||
#else
|
||||
return PFS_ERR_INVALID;
|
||||
return PFS_ERR_DEVICE;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue