(Apple) Change some comments

This commit is contained in:
Twinaphex 2014-07-14 03:35:15 +02:00
parent 6af5ea2d59
commit 38de4198a3

View File

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