Skip to content

Commit 764054d

Browse files
re-add pl update
1 parent fee96c5 commit 764054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/include/tesla.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3612,7 +3612,7 @@ extern "C" {
36123612
tsl::hlp::doWithSmSession([]{
36133613
ASSERT_FATAL(fsInitialize());
36143614
ASSERT_FATAL(hidInitialize()); // Controller inputs and Touch
3615-
ASSERT_FATAL(plInitialize()); // Font data. Use pl:s to prevent qlaunch/overlaydisp session exhaustion
3615+
ASSERT_FATAL(plInitialize(PlServiceType_System)); // Font data. Use pl:s to prevent qlaunch/overlaydisp session exhaustion
36163616
ASSERT_FATAL(pmdmntInitialize()); // PID querying
36173617
ASSERT_FATAL(hidsysInitialize()); // Focus control
36183618
ASSERT_FATAL(setsysInitialize()); // Settings querying

0 commit comments

Comments
 (0)