Merge pull request #5657 from rz5/patch-2

(xmb) Fixed array index out of bounds
This commit is contained in:
Twinaphex 2017-11-06 02:10:56 +01:00 committed by GitHub
commit 20031e0bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;