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
|
|
@ -1 +1 @@
|
|||
Subproject commit 155058f9a14dd376fde8f49e9d5b8666bffc6dec
|
||||
Subproject commit cc53b7d72b6117cb9b99a6e81db0c508e1bd648a
|
||||
|
|
@ -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