Skip to content

Commit 1ca2e08

Browse files
authored
Update xmb.c with kiosk mode fix
Forgot to add the settings_t *settings = config_get_ptr(); ptr in xmb list cache
1 parent 76b515c commit 1ca2e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

menu/drivers/xmb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9059,6 +9059,7 @@ static void xmb_list_cache(void *data, enum menu_list_type type,
90599059
file_list_t *menu_stack = MENU_LIST_GET(menu_list, 0);
90609060
file_list_t *selection_buf = MENU_LIST_GET_SELECTION(menu_list, 0);
90619061
size_t selection = menu_st->selection_ptr;
9062+
settings_t *settings = config_get_ptr();
90629063
unsigned horizontal_list_size = (xmb->show_playlist_tabs)
90639064
? (unsigned)xmb_list_get_size(xmb, MENU_LIST_HORIZONTAL)
90649065
: 0;

0 commit comments

Comments
 (0)