From 2d0e897dbca27f5564a97b1e8006b5acf6987526 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 19 Mar 2021 16:48:04 -0500 Subject: [PATCH] Use the correct font for args too --- Universal-Core | 2 +- source/main.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Universal-Core b/Universal-Core index cc53b7d..1275935 160000 --- a/Universal-Core +++ b/Universal-Core @@ -1 +1 @@ -Subproject commit cc53b7d72b6117cb9b99a6e81db0c508e1bd648a +Subproject commit 12759353de264a22f40beedd9dfbea718bbe30c8 diff --git a/source/main.cpp b/source/main.cpp index c292b16..b98fdda 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -38,7 +38,9 @@ static void InitForARG() { gfxInitDefault(); romfsInit(); cfguInit(); - Gui::init(); + u8 region; + CFGU_SecureInfoGetRegion(®ion); + Gui::init((CFG_Region)region); amInit(); acInit();