mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Reorder structs, alignment
This commit is contained in:
parent
cb86be9aef
commit
320cc443a8
1 changed files with 1 additions and 1 deletions
|
@ -34,9 +34,9 @@
|
|||
/* Holds all entries in a core backup list */
|
||||
struct core_backup_list
|
||||
{
|
||||
core_backup_list_entry_t *entries;
|
||||
size_t size;
|
||||
size_t capacity;
|
||||
core_backup_list_entry_t *entries;
|
||||
};
|
||||
|
||||
/*********************/
|
||||
|
|
Loading…
Add table
Reference in a new issue