From bb679fa9ca427826669c3e1e76a09e4a50d61dc6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 22 Jan 2016 16:11:10 +0100 Subject: [PATCH] Move member around inside global struct --- runloop.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runloop.h b/runloop.h index 02d3629e9d..c202588541 100644 --- a/runloop.h +++ b/runloop.h @@ -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;