mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(mfi_joypad.m) Indenting nits
This commit is contained in:
parent
ecdaa1885b
commit
e882709e63
@ -186,7 +186,6 @@ bool apple_gamecontroller_joypad_init(void *data)
|
|||||||
usingBlock:^(NSNotification *note) {
|
usingBlock:^(NSNotification *note) {
|
||||||
apple_gamecontroller_joypad_connect([note object]);
|
apple_gamecontroller_joypad_connect([note object]);
|
||||||
}];
|
}];
|
||||||
|
|
||||||
[[NSNotificationCenter defaultCenter] addObserverForName:GCControllerDidDisconnectNotification
|
[[NSNotificationCenter defaultCenter] addObserverForName:GCControllerDidDisconnectNotification
|
||||||
object:nil
|
object:nil
|
||||||
queue:[NSOperationQueue mainQueue]
|
queue:[NSOperationQueue mainQueue]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user