mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-20 09:25:02 -05:00
Fix font services type for 16.0.0
This commit is contained in:
@@ -52,7 +52,7 @@ static bool loadSystemFont()
|
||||
PlFontData shared[6];
|
||||
uint64_t langCode = 0;
|
||||
|
||||
if(R_FAILED(plInitialize(PlServiceType_System)))
|
||||
if(R_FAILED(plInitialize(PlServiceType_User)))
|
||||
return false;
|
||||
|
||||
if(FT_Init_FreeType(&lib))
|
||||
|
||||
Reference in New Issue
Block a user