mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Move runloop_fullpath to runloop_ctl
This commit is contained in:
parent
1cd32c0dfc
commit
bb6ab7351b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
|||
static rarch_dir_list_t runloop_shader_dir;
|
||||
|
||||
static unsigned runloop_pending_windowed_scale;
|
||||
static char runloop_fullpath[PATH_MAX_LENGTH];
|
||||
|
||||
static unsigned main_max_frames;
|
||||
|
||||
|
@ -368,6 +367,7 @@ bool *runloop_perfcnt_enabled(void)
|
|||
|
||||
bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
{
|
||||
static char runloop_fullpath[PATH_MAX_LENGTH];
|
||||
static bool runloop_paused = false;
|
||||
static bool runloop_idle = false;
|
||||
static bool runloop_exec = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue