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;
|
||||
|
||||
uint8_t system_tab_end;
|
||||
uint8_t tabs[8];
|
||||
uint8_t tabs[16];
|
||||
|
||||
int depth;
|
||||
int old_depth;
|
||||
|
|
Loading…
Reference in New Issue