mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
[UWP] Use GLUI on Windows 10 Mobile
This commit is contained in:
parent
0f924bd083
commit
7519d3562b
@ -390,8 +390,16 @@ static void frontend_uwp_environment_get(int *argc, char *argv[],
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) || defined(HAVE_OPENGL_CORE)
|
||||
if (string_is_equal(uwp_device_family, "Windows.Mobile"))
|
||||
{
|
||||
snprintf(g_defaults.settings.menu,
|
||||
sizeof(g_defaults.settings.menu), "glui");
|
||||
}
|
||||
else
|
||||
{
|
||||
snprintf(g_defaults.settings.menu,
|
||||
sizeof(g_defaults.settings.menu), "xmb");
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user