caca: xmb is allowed (rgui is not supported yet anyway)

This commit is contained in:
Brad Parker 2019-06-14 11:09:39 -04:00
parent 33d4d8b7c9
commit d397f9bd94

View File

@ -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") ||