mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 06:40:48 +00:00
(OSX PPC) Fix build - hangs currently on CGLSetCurrentContext
This commit is contained in:
parent
e6c36d5cda
commit
136c1f351c
@ -152,7 +152,7 @@ static char** waiting_argv;
|
|||||||
[[RAGameView get] setFrame: [[self.window contentView] bounds]];
|
[[RAGameView get] setFrame: [[self.window contentView] bounds]];
|
||||||
[[self.window contentView] setAutoresizesSubviews:YES];
|
[[self.window contentView] setAutoresizesSubviews:YES];
|
||||||
#if defined(IOS) || defined(MAC_OS_X_VERSION_10_5)
|
#if defined(IOS) || defined(MAC_OS_X_VERSION_10_5)
|
||||||
[[self.window contentView] addSubview:RAGameView.get];
|
[[self.window contentView] addSubview:[RAGameView get]];
|
||||||
#endif
|
#endif
|
||||||
[self.window makeFirstResponder:[RAGameView get]];
|
[self.window makeFirstResponder:[RAGameView get]];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user