mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
fusee: Re-enable built-in PM system module.
This commit is contained in:
parent
abf57d2e43
commit
8007480a15
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ static ini1_header_t *g_stratosphere_ini1 = NULL;
|
|||
|
||||
static bool g_stratosphere_loader_enabled = true;
|
||||
static bool g_stratosphere_sm_enabled = true;
|
||||
static bool g_stratosphere_pm_enabled = false;
|
||||
static bool g_stratosphere_pm_enabled = true;
|
||||
static bool g_stratosphere_boot_enabled = false;
|
||||
|
||||
extern const uint8_t boot_100_kip[], boot_200_kip[];
|
||||
|
|
Loading…
Reference in a new issue