1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 05:01:44 +00:00

fs.mitm: mitm glue for font replacement, before I forget

This commit is contained in:
Michael Scire 2023-05-08 17:40:10 -07:00
parent 1f5ec68a5c
commit f0240db75a

View file

@ -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). */ /* 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; return true;
} }