summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_u.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2016-12-05 19:44:41 +0100
committerSubv <subv2112@gmail.com>2016-12-05 19:44:41 +0100
commit61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec (patch)
treeb32d013cfd1758df64f324f850b2c0af470be255 /src/core/hle/service/apt/apt_u.cpp
parentSplit SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl. (diff)
downloadyuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.tar
yuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.tar.gz
yuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.tar.bz2
yuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.tar.lz
yuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.tar.xz
yuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.tar.zst
yuzu-61a2fe8c3bcd5e6dc7e97945b923d1a5bd8099ec.zip
Diffstat (limited to '')
-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 a731c39f6..e06084a1e 100644
--- a/src/core/hle/service/apt/apt_u.cpp
+++ b/src/core/hle/service/apt/apt_u.cpp
@@ -99,7 +99,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x01020000, CheckNew3DS, "CheckNew3DS"},
};
-APT_U_Interface::APT_U_Interface() {
+APT_U_Interface::APT_U_Interface() : Interface(MaxAPTSessions) {
Register(FunctionTable);
}