strat: update for latest libnx commit

This commit is contained in:
Michael Scire
2019-10-18 10:37:03 -07:00
committed by SciresM
parent e5d62025d3
commit fbb5730369
6 changed files with 17 additions and 13 deletions

View File

@@ -223,7 +223,7 @@ namespace sts::fatal::srv::font {
}
Result InitializeSharedFont() {
size_t total_fonts = 0;
s32 total_fonts = 0;
R_TRY(plGetSharedFont(GetFatalConfig().GetLanguageCode(), g_fonts, PlSharedFontType_Total, &total_fonts));
R_TRY(plGetSharedFontByType(&g_font, PlSharedFontType_Standard));