mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Include header
This commit is contained in:
parent
460182fc63
commit
1ce19f9573
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#include "../core.h"
|
#include "../core.h"
|
||||||
#include "mem_util.h"
|
#include "mem_util.h"
|
||||||
|
#include "copy_load_info.h"
|
||||||
|
|
||||||
retro_ctx_load_content_info_t *load_content_info;
|
retro_ctx_load_content_info_t *load_content_info;
|
||||||
enum rarch_core_type last_core_type;
|
enum rarch_core_type last_core_type;
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "mylist.h"
|
#include "mylist.h"
|
||||||
#include "mem_util.h"
|
#include "mem_util.h"
|
||||||
|
#include "dirty_input.h"
|
||||||
|
|
||||||
bool input_is_dirty = false;
|
bool input_is_dirty = false;
|
||||||
static MyList *input_state_list = NULL;
|
static MyList *input_state_list = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user