diff options
| author | wwylele <wwylele@gmail.com> | 2017-01-01 14:58:24 +0200 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2017-02-21 23:57:31 +0200 |
| commit | d5b0e275e3391a1449c77d2ee6ea0384706ebaaa (patch) | |
| tree | 4266cba75c9298fd5733a22ede04e8e3b64aa9f0 /src/core/hle/service/apt/apt_u.cpp | |
| parent | ea1ea0224c04753402e0b6472080f0c5d90a7a46 (diff) | |
APT: implement Wrap and Unwrap
Diffstat (limited to 'src/core/hle/service/apt/apt_u.cpp')
| -rw-r--r-- | src/core/hle/service/apt/apt_u.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/apt/apt_u.cpp b/src/core/hle/service/apt/apt_u.cpp index e06084a1e..9dd002590 100644 --- a/src/core/hle/service/apt/apt_u.cpp +++ b/src/core/hle/service/apt/apt_u.cpp @@ -78,8 +78,8 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00430040, NotifyToWait, "NotifyToWait"}, {0x00440000, GetSharedFont, "GetSharedFont"}, {0x00450040, nullptr, "GetWirelessRebootInfo"}, - {0x00460104, nullptr, "Wrap"}, - {0x00470104, nullptr, "Unwrap"}, + {0x00460104, Wrap, "Wrap"}, + {0x00470104, Unwrap, "Unwrap"}, {0x00480100, nullptr, "GetProgramInfo"}, {0x00490180, nullptr, "Reboot"}, {0x004A0040, nullptr, "GetCaptureInfo"}, |
