mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
caca: xmb is allowed (rgui is not supported yet anyway)
This commit is contained in:
parent
33d4d8b7c9
commit
d397f9bd94
@ -2613,6 +2613,7 @@ static bool check_menu_driver_compatibility(void)
|
||||
string_is_equal(video_driver, "d3d10") ||
|
||||
string_is_equal(video_driver, "d3d11") ||
|
||||
string_is_equal(video_driver, "d3d12") ||
|
||||
string_is_equal(video_driver, "caca") ||
|
||||
string_is_equal(video_driver, "gdi") ||
|
||||
string_is_equal(video_driver, "gl") ||
|
||||
string_is_equal(video_driver, "gl1") ||
|
||||
|
Loading…
Reference in New Issue
Block a user