New config option + autoboot if there is only one game in the list

This commit is contained in:
Lesserkuma
2024-01-06 00:46:00 +01:00
parent d51437552e
commit f756a705ae
4 changed files with 118 additions and 51 deletions

View File

@@ -66,7 +66,7 @@ typedef struct ItemConfig_
u16 rom_size;
SAVE_TYPE save_type;
u8 save_index;
u16 index;
u16 keys;
u8 reserved[6];
u16 title[0x30];
} ItemConfig;