1
0
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:
barbudreadmon 2020-09-29 15:50:02 +02:00
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;
}