1.5.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user