Reduce size of some variables

This commit is contained in:
twinaphex 2017-09-08 23:09:16 +02:00
parent ca6a7578e4
commit ca32013665
1 changed files with 2 additions and 2 deletions

View File

@ -321,8 +321,8 @@ typedef struct xmb_handle
video_font_raster_block_t raster_block;
video_font_raster_block_t raster_block2;
unsigned tabs[8];
unsigned system_tab_end;
uint8_t tabs[8];
uint8_t system_tab_end;
} xmb_handle_t;
float gradient_dark_purple[16] = {