summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Wasserka <neobrainx@gmail.com>2014-10-05 18:36:49 +0200
committerTony Wasserka <neobrainx@gmail.com>2014-10-05 18:36:49 +0200
commit44dabd0dec68d4a979f1910383f9a4033197c9de (patch)
treeab21ef38e244f0fa1c297af6cc0cd831c62529d8
parentMerge pull request #122 from purpasmart96/master (diff)
parentAdded some more names to the function table (diff)
downloadyuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.tar
yuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.tar.gz
yuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.tar.bz2
yuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.tar.lz
yuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.tar.xz
yuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.tar.zst
yuzu-44dabd0dec68d4a979f1910383f9a4033197c9de.zip
-rw-r--r--src/core/hle/service/apt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/apt.cpp b/src/core/hle/service/apt.cpp
index e97e7dbf7..d73dadf5a 100644
--- a/src/core/hle/service/apt.cpp
+++ b/src/core/hle/service/apt.cpp
@@ -152,6 +152,8 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x004C0000, nullptr, "SetFatalErrDispMode"},
{0x004D0080, nullptr, "GetAppletProgramInfo"},
{0x004E0000, nullptr, "HardwareResetAsync"},
+ {0x004F0080, nullptr, "SetApplicationCpuTimeLimit"},
+ {0x00500040, nullptr, "GetApplicationCpuTimeLimit"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////