This commit is contained in:
hanai3Bi
2023-04-01 01:49:31 +03:00
committed by hanabbi
parent 63bbde2f58
commit 3db0b9b380
210 changed files with 1286 additions and 48394 deletions

View File

@@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/WerWolv/libtesla
branch = master
commit = 930ce85a1718e0724c146dd8dbb78d7483711231
parent = 503c6ff31ea2042f0acb5b14b38b7f982c5c10a8
commit = b32acbca64c78bf37bc456bd386cd6b7148842c8
parent = 8d06bd060457ebf5c647c69e95c645d5a8198d75
method = merge
cmdver = 0.4.3
cmdver = 0.4.5

View File

@@ -3662,7 +3662,11 @@ extern "C" {
tsl::hlp::doWithSmSession([]{
ASSERT_FATAL(fsInitialize());
ASSERT_FATAL(hidInitialize()); // Controller inputs and Touch
ASSERT_FATAL(plInitialize(PlServiceType_System)); // Font data. Use pl:s to prevent qlaunch/overlaydisp session exhaustion
if (hosversionAtLeast(16,0,0)) {
ASSERT_FATAL(plInitialize(PlServiceType_User)); // Font data. Use pl:u for 16.0.0+
} else {
ASSERT_FATAL(plInitialize(PlServiceType_System)); // Use pl:s for 15.0.1 and below to prevent qlaunch/overlaydisp session exhaustion
}
ASSERT_FATAL(pmdmntInitialize()); // PID querying
ASSERT_FATAL(hidsysInitialize()); // Focus control
ASSERT_FATAL(setsysInitialize()); // Settings querying