summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_u.cpp
diff options
context:
space:
mode:
authorpippo2931 <pippo2931@yahoo.com>2016-11-24 04:57:56 +0100
committerbunnei <bunneidev@gmail.com>2016-11-24 04:57:56 +0100
commit0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7 (patch)
tree0e5d6d0e0ed2da77b7fd09530ab3a461d984be02 /src/core/hle/service/apt/apt_u.cpp
parentMerge pull request #2175 from PEmu1/macos (diff)
downloadyuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.gz
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.bz2
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.lz
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.xz
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.zst
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.zip
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 d6ad42e21..a731c39f6 100644
--- a/src/core/hle/service/apt/apt_u.cpp
+++ b/src/core/hle/service/apt/apt_u.cpp
@@ -67,7 +67,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00380040, nullptr, "PreloadResidentApplet"},
{0x00390040, nullptr, "PrepareToStartResidentApplet"},
{0x003A0044, nullptr, "StartResidentApplet"},
- {0x003B0040, nullptr, "CancelLibraryApplet"},
+ {0x003B0040, CancelLibraryApplet, "CancelLibraryApplet"},
{0x003C0042, nullptr, "SendDspSleep"},
{0x003D0042, nullptr, "SendDspWakeUp"},
{0x003E0080, nullptr, "ReplySleepQuery"},