Merge branch 'N64Recomp:main' into controller_pak

This commit is contained in:
Garrett Smith 2026-01-16 18:43:52 -08:00 committed by GitHub
commit 29cc838971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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