mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(UWP) Don't default to XMB by default
This commit is contained in:
parent
c3e9593022
commit
cc5fdb326b
@ -388,8 +388,6 @@ static void frontend_uwp_environment_get(int *argc, char *argv[],
|
|||||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) || defined(HAVE_OPENGL_CORE)
|
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) || defined(HAVE_OPENGL_CORE)
|
||||||
if (string_is_equal(uwp_device_family, "Windows.Mobile"))
|
if (string_is_equal(uwp_device_family, "Windows.Mobile"))
|
||||||
strcpy_literal(g_defaults.settings_menu, "glui");
|
strcpy_literal(g_defaults.settings_menu, "glui");
|
||||||
else
|
|
||||||
strcpy_literal(g_defaults.settings_menu, "xmb");
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user