nyx: Keep last close button to a var

This commit is contained in:
CTCaer
2020-04-30 04:25:51 +03:00
parent 523c81f797
commit 7e96a4dd3a
6 changed files with 15 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ typedef struct _launch_ctxt_t
bool exo_no_user_exceptions;
bool exo_user_pmu;
bool fss0_enable_experimental;
bool emuMMC;
bool emummc_forced;
ini_sec_t *cfg;
} launch_ctxt_t;