mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
(core_impl.c) Remove some header includes
This commit is contained in:
parent
d297899234
commit
9a263b98ff
20
core_impl.c
20
core_impl.c
@ -22,7 +22,6 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <retro_inline.h>
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <lists/string_list.h>
|
#include <lists/string_list.h>
|
||||||
#include <libretro.h>
|
#include <libretro.h>
|
||||||
@ -46,15 +45,16 @@
|
|||||||
#include "audio/audio_driver.h"
|
#include "audio/audio_driver.h"
|
||||||
#include "cheevos.h"
|
#include "cheevos.h"
|
||||||
|
|
||||||
static struct retro_core_t core;
|
static unsigned core_poll_type = POLL_TYPE_EARLY;
|
||||||
static unsigned core_poll_type;
|
static bool core_inited = false;
|
||||||
static bool core_inited = false;
|
static bool core_symbols_inited = false;
|
||||||
static bool core_symbols_inited = false;
|
static bool core_game_loaded = false;
|
||||||
static bool core_game_loaded = false;
|
static bool core_input_polled = false;
|
||||||
static bool core_input_polled = false;
|
static bool core_has_set_input_descriptors = false;
|
||||||
static bool core_has_set_input_descriptors = false;
|
static uint64_t core_serialization_quirks_v = 0;
|
||||||
static struct retro_callbacks retro_ctx;
|
|
||||||
static uint64_t core_serialization_quirks_v = 0;
|
static struct retro_callbacks retro_ctx;
|
||||||
|
static struct retro_core_t core;
|
||||||
|
|
||||||
static void core_input_state_poll_maybe(void)
|
static void core_input_state_poll_maybe(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user