mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_COMPANION_UI
This commit is contained in:
parent
fcf2decb2e
commit
52937d4b02
@ -1976,6 +1976,7 @@ bool rarch_task_push_content_load_default(
|
||||
case CONTENT_MODE_LOAD_CONTENT_WITH_FFMPEG_CORE_FROM_MENU:
|
||||
case CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_MENU:
|
||||
case CONTENT_MODE_LOAD_CONTENT_WITH_IMAGEVIEWER_CORE_FROM_MENU:
|
||||
case CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_COMPANION_UI:
|
||||
content_info->environ_get = menu_content_environment_get;
|
||||
break;
|
||||
default:
|
||||
@ -2023,10 +2024,6 @@ bool rarch_task_push_content_load_default(
|
||||
core_path = settings->path.libretro;
|
||||
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH, (void*)fullpath);
|
||||
runloop_ctl(RUNLOOP_CTL_SET_LIBRETRO_PATH, (void*)core_path);
|
||||
#ifdef HAVE_MENU
|
||||
if (!content_load_wrapper(content_info, true))
|
||||
goto error;
|
||||
#endif
|
||||
#ifdef HAVE_MENU
|
||||
if (!content_load_wrapper(content_info, true))
|
||||
goto error;
|
||||
|
@ -409,9 +409,6 @@ static void open_document_handler(NSOpenPanel *panel, NSInteger result)
|
||||
|
||||
- (void)openDocument:(id)sender
|
||||
{
|
||||
#ifdef HAVE_OPENGL
|
||||
NSOpenGLContext *glc = (NSOpenGLContext*)glcontext_get_ptr();
|
||||
#endif
|
||||
NSOpenPanel* panel = (NSOpenPanel*)[NSOpenPanel openPanel];
|
||||
settings_t *settings = config_get_ptr();
|
||||
NSString *startdir = BOXSTRING(settings->directory.menu_content);
|
||||
@ -438,9 +435,6 @@ static void open_document_handler(NSOpenPanel *panel, NSInteger result)
|
||||
if (result == 1)
|
||||
open_document_handler(panel, result);
|
||||
#endif
|
||||
#ifdef HAVE_OPENGL
|
||||
[glc makeCurrentContext];
|
||||
#endif
|
||||
}
|
||||
|
||||
- (void)unloadingCore
|
||||
|
Loading…
x
Reference in New Issue
Block a user