mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-28 07:36:51 +00:00
Move member around inside global struct
This commit is contained in:
parent
058c3acbdc
commit
bb679fa9ca
@ -162,6 +162,7 @@ typedef struct rarch_resolution
|
||||
typedef struct global
|
||||
{
|
||||
rarch_path_t path;
|
||||
rarch_dir_t dir;
|
||||
|
||||
struct
|
||||
{
|
||||
@ -183,7 +184,6 @@ typedef struct global
|
||||
bool bps_pref;
|
||||
bool ips_pref;
|
||||
} has_set;
|
||||
|
||||
|
||||
struct
|
||||
{
|
||||
@ -203,8 +203,6 @@ typedef struct global
|
||||
char subsystem[PATH_MAX_LENGTH];
|
||||
struct string_list *subsystem_fullpaths;
|
||||
|
||||
rarch_dir_t dir;
|
||||
|
||||
struct
|
||||
{
|
||||
bool block_patch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user