From f0240db75a8913ccd3b12521640bbd03d10d6a5f Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 8 May 2023 17:40:10 -0700 Subject: [PATCH] fs.mitm: mitm glue for font replacement, before I forget --- stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp b/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp index 7101bfb75..71e87c102 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp +++ b/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp @@ -54,7 +54,8 @@ namespace ams::mitm::fs { } /* We want to mitm sdb, to support sd-romfs redirection of common system archives (like system font, etc). */ - if (program_id == ncm::SystemProgramId::Sdb) { + /* NOTE: In 16.0.0+, this was moved to glue. */ + if (program_id == ncm::SystemProgramId::Sdb || program_id == ncm::SystemProgramId::Glue) { return true; }