mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-07 18:07:27 +00:00
Cast as NSUInteger
This commit is contained in:
parent
53fc458795
commit
ce5d065014
@ -150,7 +150,7 @@ void *glkitview_init(void);
|
||||
/* NOTE: This version runs on iOS6+. */
|
||||
- (NSUInteger)supportedInterfaceOrientations
|
||||
{
|
||||
return apple_frontend_settings.orientation_flags;
|
||||
return (NSUInteger)apple_frontend_settings.orientation_flags;
|
||||
}
|
||||
|
||||
/* NOTE: This version runs on iOS2-iOS5, but not iOS6+. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user