Service/CFG: convert to ServiceFramework

This commit is contained in:
wwylele
2018-03-10 13:37:03 +02:00
parent 5dd8ac99e3
commit b179b86f14
16 changed files with 554 additions and 550 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ static u32 DecompressLZ11(const u8* in, u8* out) {
bool Module::LoadSharedFont() {
u8 font_region_code;
switch (CFG::GetRegionValue()) {
switch (CFG::GetCurrentModule()->GetRegionValue()) {
case 4: // CHN
font_region_code = 2;
break;