From 1a111d05c06462ca27e3001484703e93a8237ec9 Mon Sep 17 00:00:00 2001 From: friedkeenan Date: Wed, 2 Jan 2019 00:27:42 -0600 Subject: [PATCH] Add line back that I didn't know I deleted --- source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.c b/source/main.c index 4404578..c9b5fd8 100644 --- a/source/main.c +++ b/source/main.c @@ -422,6 +422,7 @@ void loadNro(void) if (!has_mod0) { // Apply sm-close workaround to NROs which do not contain a valid MOD0 header. + // This heuristic is based on the fact that MOD0 support was added very shortly after // the fix for the sm-close bug (in fact, two commits later). g_smCloseWorkaround = true; }