(XMB) Fix

This commit is contained in:
twinaphex 2017-02-28 04:50:07 +01:00
parent b30b9599a2
commit 2be88a44ed
2 changed files with 3 additions and 1 deletions

View File

@ -683,7 +683,7 @@ static void twoxbr_work_cb_rgb565(void *data, void *thread_data)
twoxbr_generic_rgb565(data, width, height,
thr->first, thr->last, input,
(unsigned)(thr->in_pitch / SOFTFILTER_BPP_RGB565),
(unsigned)(output),
output,
(unsigned)(thr->out_pitch / SOFTFILTER_BPP_RGB565));
}

View File

@ -2085,8 +2085,10 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
return xmb->textures.list[XMB_TEXTURE_CORE_INFO];
case MENU_WIFI:
return xmb->textures.list[XMB_TEXTURE_WIFI];
#ifdef HAVE_NETWORKING
case MENU_ROOM:
return xmb->textures.list[XMB_TEXTURE_ROOM];
#endif
}
return xmb->textures.list[XMB_TEXTURE_SUBSETTING];