mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-02-02 19:56:13 +00:00
Merge branch 'rumble_pak' into controller_pak
This commit is contained in:
commit
a078e4e8d4
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ s32 osMotorInit(RDRAM_ARG PTR(OSMesgQueue) mq, PTR(OSPfs) pfs_, int channel) {
|
|||
if (device_info.connected_device != ultramodern::input::Device::Controller) {
|
||||
return PFS_ERR_CONTRFAIL;
|
||||
}
|
||||
if (device_info.connected_pak != ultramodern::input::Pak::None) {
|
||||
if (device_info.connected_pak == ultramodern::input::Pak::None) {
|
||||
return PFS_ERR_NOPACK;
|
||||
}
|
||||
if (device_info.connected_pak != ultramodern::input::Pak::RumblePak) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue