mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
parent
204d9ff1b2
commit
41b97e4688
@ -275,7 +275,7 @@ void cocoa_file_load_with_detect_core(const char *filename);
|
||||
[super pressesBegan:presses withEvent:event];
|
||||
else if (!press.key && [self didMicroGamepadPress:press.type])
|
||||
[self sendKeyForPress:press.type down:true];
|
||||
else
|
||||
else if (press.key)
|
||||
[super pressesBegan:[NSSet setWithObject:press] withEvent:event];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user