From 8007480a15144684530afa4f2cdbe93708c4b986 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Mon, 3 Sep 2018 18:48:01 +0100 Subject: [PATCH] fusee: Re-enable built-in PM system module. --- fusee/fusee-secondary/src/stratosphere.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusee/fusee-secondary/src/stratosphere.c b/fusee/fusee-secondary/src/stratosphere.c index 4664da5d0..4a1835085 100644 --- a/fusee/fusee-secondary/src/stratosphere.c +++ b/fusee/fusee-secondary/src/stratosphere.c @@ -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[];