mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-03-26 04:51:45 +00:00
Merge branch 'N64Recomp:main' into controller_pak
This commit is contained in:
commit
29cc838971
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ static void __osContGetInitData(u8* pattern, OSContStatus *data) {
|
|||
data[controller].status = device_info.connected_pak != ultramodern::input::Pak::None;
|
||||
data[controller].err_no = 0x00;
|
||||
|
||||
*pattern = 1 << controller;
|
||||
*pattern |= 1 << controller;
|
||||
}
|
||||
else {
|
||||
// Mark controller as not connected
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue