mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Add some members to db_handle
This commit is contained in:
parent
a7c124e68f
commit
25b4442580
@ -126,6 +126,9 @@ typedef struct database_state_handle
|
||||
|
||||
typedef struct db_handle
|
||||
{
|
||||
struct string_list *list;
|
||||
size_t list_index;
|
||||
size_t entry_index;
|
||||
database_state_handle_t state;
|
||||
database_info_handle_t *handle;
|
||||
msg_queue_t *msg_queue;
|
||||
|
Loading…
Reference in New Issue
Block a user