mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 12:47:37 +00:00
(RMenu) Try to cut down on size
This commit is contained in:
parent
a7e28e4e67
commit
7294049953
@ -73,12 +73,12 @@
|
||||
typedef struct
|
||||
{
|
||||
unsigned char enum_id; /* enum ID of item */
|
||||
char text[128]; /* item label */
|
||||
char setting_text[256]; /* setting label */
|
||||
char text[64]; /* item label */
|
||||
char setting_text[64]; /* setting label */
|
||||
float text_xpos; /* text X position (upper left corner) */
|
||||
float text_ypos; /* text Y position (upper left corner) */
|
||||
unsigned text_color; /* text color */
|
||||
char comment[256]; /* item comment */
|
||||
char comment[192]; /* item comment */
|
||||
unsigned item_color; /* color of item */
|
||||
unsigned char page; /* page */
|
||||
} item;
|
||||
|
Loading…
Reference in New Issue
Block a user