UWP build fix (#13726)

This commit is contained in:
jdgleaver 2022-03-10 14:15:45 +00:00 committed by GitHub
parent 0ecaa609f9
commit 53bd6908e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -468,8 +468,8 @@ static int menu_displaylist_parse_core_info(menu_displaylist_info_t *info,
core_info_t *core_info = NULL;
const char *core_path = NULL;
const char *savestate_support = NULL;
#if !(defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP)
bool kiosk_mode_enable = settings->bools.kiosk_mode_enable;
#if !(defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP)
#if defined(HAVE_NETWORKING) && defined(HAVE_ONLINE_UPDATER)
bool menu_show_core_updater = settings->bools.menu_show_core_updater;
#endif