aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt/apt_s.cpp
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-07-29 11:12:17 -0400
committerGravatar bunnei <bunneidev@gmail.com>2015-07-29 11:12:17 -0400
commite5606d9d6ee3edf395e34e9c9034069e1ee9a874 (patch)
tree6d71689329f7142d855c9d3ea363f15547ce9471 /src/core/hle/service/apt/apt_s.cpp
parent97fe935c8a5b658ba16a8930ddc0845ed950be16 (diff)
parent599744921de3160a1f91b78bc5fa5394c9e09730 (diff)
Merge pull request #982 from Subv/home
Service/APT: Return proper parameters in GetLockHandle.
Diffstat (limited to 'src/core/hle/service/apt/apt_s.cpp')
-rw-r--r--src/core/hle/service/apt/apt_s.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/apt/apt_s.cpp b/src/core/hle/service/apt/apt_s.cpp
index 396d1f04..3ac6ff94 100644
--- a/src/core/hle/service/apt/apt_s.cpp
+++ b/src/core/hle/service/apt/apt_s.cpp
@@ -32,9 +32,9 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00130000, nullptr, "GetPreparationState"},
{0x00140040, nullptr, "SetPreparationState"},
{0x00150140, nullptr, "PrepareToStartApplication"},
- {0x00160040, nullptr, "PreloadLibraryApplet"},
+ {0x00160040, PreloadLibraryApplet, "PreloadLibraryApplet"},
{0x00170040, nullptr, "FinishPreloadingLibraryApplet"},
- {0x00180040, nullptr, "PrepareToStartLibraryApplet"},
+ {0x00180040, PrepareToStartLibraryApplet,"PrepareToStartLibraryApplet"},
{0x00190040, nullptr, "PrepareToStartSystemApplet"},
{0x001A0000, nullptr, "PrepareToStartNewestHomeMenu"},
{0x001B00C4, nullptr, "StartApplication"},