mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
tag_table use unsigned short rather than enum
we have 190 tags mips padded with extra 2 bytes * 2 saves ~768 bytes Change-Id: I1d9bd8bf435bc1e3bc4564356c290c883c4724de
This commit is contained in:
parent
21ebfd574a
commit
1bf19eaaff
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ enum skin_token_type {
|
||||||
*/
|
*/
|
||||||
struct tag_info
|
struct tag_info
|
||||||
{
|
{
|
||||||
enum skin_token_type type;
|
unsigned short type;
|
||||||
unsigned short param_pos;
|
unsigned short param_pos;
|
||||||
const char* name;
|
const char* name;
|
||||||
int flags;
|
int flags;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue