mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Merge pull request #5657 from rz5/patch-2
(xmb) Fixed array index out of bounds
This commit is contained in:
commit
20031e0bc4
@ -177,7 +177,7 @@ typedef struct xmb_handle
|
|||||||
bool mouse_show;
|
bool mouse_show;
|
||||||
|
|
||||||
uint8_t system_tab_end;
|
uint8_t system_tab_end;
|
||||||
uint8_t tabs[8];
|
uint8_t tabs[16];
|
||||||
|
|
||||||
int depth;
|
int depth;
|
||||||
int old_depth;
|
int old_depth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user