mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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 (string_is_equal(uwp_device_family, "Windows.Mobile"))
|
||||
strcpy_literal(g_defaults.settings_menu, "glui");
|
||||
else
|
||||
strcpy_literal(g_defaults.settings_menu, "xmb");
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user