summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.cpp
diff options
context:
space:
mode:
authorpurpasmart96 <purpasmart96@users.noreply.github.com>2014-09-30 18:13:29 +0200
committerpurpasmart96 <purpasmart96@users.noreply.github.com>2014-09-30 18:13:29 +0200
commit7d6f7684e1d3ae3f56372a326484bfa9d2c86417 (patch)
tree8c1bf892bd0bbcc508c89dd8f6c68be6e9279d60 /src/core/hle/service/gsp.cpp
parentMerge pull request #120 from lioncash/core-common (diff)
downloadyuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.gz
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.bz2
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.lz
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.xz
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.zst
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.zip
Diffstat (limited to 'src/core/hle/service/gsp.cpp')
-rw-r--r--src/core/hle/service/gsp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/gsp.cpp b/src/core/hle/service/gsp.cpp
index accbe84e3..614d9584d 100644
--- a/src/core/hle/service/gsp.cpp
+++ b/src/core/hle/service/gsp.cpp
@@ -358,6 +358,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x001C0040, nullptr, "SetLedForceOff"},
{0x001D0040, nullptr, "SetTestCommand"},
{0x001E0080, nullptr, "SetInternalPriorities"},
+ {0x001F0082, nullptr, "StoreDataCache"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////