Skip to content

Commit

Permalink
Fixed soh on atmosphere 16.0.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv authored and briaguya committed Mar 14, 2023
1 parent 805b153 commit 554078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/port/switch/SwitchImpl.cpp
Expand Up @@ -49,7 +49,7 @@ void Ship::Switch::Exit() {
}

void Ship::Switch::ImGuiSetupFont(ImFontAtlas* fonts) {
plInitialize(PlServiceType_System);
plInitialize(PlServiceType_User);
static PlFontData stdFontData, extFontData;

PlFontData fonts_std;
Expand Down

0 comments on commit 554078d

Please sign in to comment.