mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(OSX) Fix build now for real
This commit is contained in:
parent
4dfed7e930
commit
353072c9cd
1 changed files with 2 additions and 2 deletions
|
@ -353,7 +353,7 @@ static void open_document_handler(NSOpenPanel *panel, NSInteger result)
|
|||
|
||||
- (IBAction)openCore:(id)sender {
|
||||
#ifdef HAVE_OPENGL
|
||||
GLContextClass *glc = (NSOpenGLContext*)glcontext_get_ptr();
|
||||
NSOpenGLContext *glc = (NSOpenGLContext*)glcontext_get_ptr();
|
||||
#endif
|
||||
NSOpenPanel* panel = (NSOpenPanel*)[NSOpenPanel openPanel];
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
@ -388,7 +388,7 @@ static void open_document_handler(NSOpenPanel *panel, NSInteger result)
|
|||
- (void)openDocument:(id)sender
|
||||
{
|
||||
#ifdef HAVE_OPENGL
|
||||
GLContextClass *glc = (NSOpenGLContext*)glcontext_get_ptr();
|
||||
NSOpenGLContext *glc = (NSOpenGLContext*)glcontext_get_ptr();
|
||||
#endif
|
||||
NSOpenPanel* panel = (NSOpenPanel*)[NSOpenPanel openPanel];
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
|
Loading…
Add table
Reference in a new issue