Move member around inside global struct

This commit is contained in:
twinaphex 2016-01-22 16:11:10 +01:00
parent 058c3acbdc
commit bb679fa9ca

View File

@ -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;