mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(cocoa_common) Cleanup
This commit is contained in:
parent
22cae6189c
commit
546fb36492
@ -112,7 +112,7 @@ void *glkitview_init(void);
|
||||
float width = 0.0f, height = 0.0f, tenpctw, tenpcth;
|
||||
RAScreen *screen = (RAScreen*)get_chosen_screen();
|
||||
UIInterfaceOrientation orientation = self.interfaceOrientation;
|
||||
CGRect screenSize = [[UIScreen mainScreen] bounds];
|
||||
CGRect screenSize = [screen bounds];
|
||||
SEL selector = NSSelectorFromString(BOXSTRING("coordinateSpace"));
|
||||
|
||||
if ([screen respondsToSelector:selector])
|
||||
|
Loading…
x
Reference in New Issue
Block a user