mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-21 17:24:37 -05:00
Fix font services type for 16.0.0
This commit is contained in:
parent
d693f8afbb
commit
dd3dfa08ae
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user