mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Move member around inside global struct
This commit is contained in:
parent
058c3acbdc
commit
bb679fa9ca
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue