aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt/apt_u.cpp
diff options
context:
space:
mode:
authorGravatar Subv <subv2112@gmail.com>2015-07-23 21:09:43 -0500
committerGravatar Subv <subv2112@gmail.com>2015-07-23 21:32:30 -0500
commit599744921de3160a1f91b78bc5fa5394c9e09730 (patch)
tree9c2a31867b1bb0190798bac41823d17c27128583 /src/core/hle/service/apt/apt_u.cpp
parentce31184557361f3905e81e2ab948de976c51c7e4 (diff)
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.
Diffstat (limited to 'src/core/hle/service/apt/apt_u.cpp')
-rw-r--r--src/core/hle/service/apt/apt_u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/apt/apt_u.cpp b/src/core/hle/service/apt/apt_u.cpp
index b724cd72..146bfd59 100644
--- a/src/core/hle/service/apt/apt_u.cpp
+++ b/src/core/hle/service/apt/apt_u.cpp
@@ -33,7 +33,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00130000, nullptr, "GetPreparationState"},
{0x00140040, nullptr, "SetPreparationState"},
{0x00150140, nullptr, "PrepareToStartApplication"},
- {0x00160040, nullptr, "PreloadLibraryApplet"},
+ {0x00160040, PreloadLibraryApplet, "PreloadLibraryApplet"},
{0x00170040, nullptr, "FinishPreloadingLibraryApplet"},
{0x00180040, PrepareToStartLibraryApplet, "PrepareToStartLibraryApplet"},
{0x00190040, nullptr, "PrepareToStartSystemApplet"},