mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
(Apple) Change some comments
This commit is contained in:
parent
6af5ea2d59
commit
38de4198a3
@ -179,13 +179,13 @@ static GLContextClass* g_context;
|
||||
];
|
||||
}
|
||||
|
||||
// NOTE: This version only runs on iOS6
|
||||
// NOTE: This version runs on iOS6+
|
||||
- (NSUInteger)supportedInterfaceOrientations
|
||||
{
|
||||
return apple_frontend_settings.orientation_flags;
|
||||
}
|
||||
|
||||
// NOTE: This version runs on iOS2-iOS5, but not iOS6
|
||||
// NOTE: This version runs on iOS2-iOS5, but not iOS6+
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
|
||||
{
|
||||
switch (interfaceOrientation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user