mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(Apple) MFi - style nit
This commit is contained in:
parent
f1d1c62bfc
commit
8e99ac5aff
@ -135,10 +135,8 @@ static void apple_gamecontroller_disconnect(GCController* controller)
|
||||
|
||||
void apple_gamecontroller_init(void)
|
||||
{
|
||||
if (!apple_gamecontroller_available()) {
|
||||
/* The Gamecontroller framework is not available... */
|
||||
if (!apple_gamecontroller_available())
|
||||
return;
|
||||
}
|
||||
|
||||
[[NSNotificationCenter defaultCenter] addObserverForName:GCControllerDidConnectNotification
|
||||
object:nil
|
||||
|
Loading…
Reference in New Issue
Block a user