mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Use system region's font instead of always USA
This commit is contained in:
+1
-1
Submodule Universal-Core updated: 155058f9a1...cc53b7d72b
+3
-1
@@ -118,7 +118,9 @@ void Init::UnloadFont() {
|
|||||||
Result Init::Initialize() {
|
Result Init::Initialize() {
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
romfsInit();
|
romfsInit();
|
||||||
Gui::init();
|
u8 region;
|
||||||
|
CFGU_SecureInfoGetRegion(®ion);
|
||||||
|
Gui::init((CFG_Region)region);
|
||||||
|
|
||||||
cfguInit();
|
cfguInit();
|
||||||
ptmuInit();
|
ptmuInit();
|
||||||
|
|||||||
Reference in New Issue
Block a user