We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee96c5 commit 764054dCopy full SHA for 764054d
libs/include/tesla.hpp
@@ -3612,7 +3612,7 @@ extern "C" {
3612
tsl::hlp::doWithSmSession([]{
3613
ASSERT_FATAL(fsInitialize());
3614
ASSERT_FATAL(hidInitialize()); // Controller inputs and Touch
3615
- ASSERT_FATAL(plInitialize()); // Font data. Use pl:s to prevent qlaunch/overlaydisp session exhaustion
+ ASSERT_FATAL(plInitialize(PlServiceType_System)); // Font data. Use pl:s to prevent qlaunch/overlaydisp session exhaustion
3616
ASSERT_FATAL(pmdmntInitialize()); // PID querying
3617
ASSERT_FATAL(hidsysInitialize()); // Focus control
3618
ASSERT_FATAL(setsysInitialize()); // Settings querying
0 commit comments