mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 20:25:42 +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]];
|
||||
[[self.window contentView] setAutoresizesSubviews:YES];
|
||||
#if defined(IOS) || defined(MAC_OS_X_VERSION_10_5)
|
||||
[[self.window contentView] addSubview:RAGameView.get];
|
||||
[[self.window contentView] addSubview:[RAGameView get]];
|
||||
#endif
|
||||
[self.window makeFirstResponder:[RAGameView get]];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user