mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 22:11:24 -04:00
[iQue] Fix osMotorInit (#2425)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user