fusee: Re-enable built-in PM system module.

This commit is contained in:
hexkyz 2018-09-03 18:48:01 +01:00 committed by GitHub
parent abf57d2e43
commit 8007480a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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[];