exo: Add support for user access to PMU flag

This commit is contained in:
CTCaer
2019-12-08 03:02:17 +02:00
parent c12c696e53
commit 97d3b745d9
3 changed files with 17 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ typedef struct _launch_ctxt_t
bool stock;
bool atmosphere;
bool exo_no_user_exceptions;
bool exo_user_pmu;
bool emuMMC;
ini_sec_t *cfg;