mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 13:13:57 +00:00
allow context switching from gl to glcore (fix typo)
This commit is contained in:
parent
eed47273fb
commit
1ed6bfb31f
@ -33102,7 +33102,7 @@ static bool video_driver_find_driver(struct rarch_state *p_rarch)
|
||||
sizeof(p_rarch->cached_video_driver));
|
||||
configuration_set_string(settings,
|
||||
settings->arrays.video_driver,
|
||||
"gl");
|
||||
"glcore");
|
||||
}
|
||||
p_rarch->current_video = &video_gl_core;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user