Use system region's font instead of always USA
This commit is contained in:
parent
36b5d9c528
commit
40b981f44a
2 changed files with 4 additions and 2 deletions
|
|
@ -118,7 +118,9 @@ void Init::UnloadFont() {
|
|||
Result Init::Initialize() {
|
||||
gfxInitDefault();
|
||||
romfsInit();
|
||||
Gui::init();
|
||||
u8 region;
|
||||
CFGU_SecureInfoGetRegion(®ion);
|
||||
Gui::init((CFG_Region)region);
|
||||
|
||||
cfguInit();
|
||||
ptmuInit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue