diff options
author | purpasmart96 <purpasmart96@users.noreply.github.com> | 2014-09-30 18:13:29 +0200 |
---|---|---|
committer | purpasmart96 <purpasmart96@users.noreply.github.com> | 2014-09-30 18:13:29 +0200 |
commit | 7d6f7684e1d3ae3f56372a326484bfa9d2c86417 (patch) | |
tree | 8c1bf892bd0bbcc508c89dd8f6c68be6e9279d60 | |
parent | Merge pull request #120 from lioncash/core-common (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/core/hle/service/gsp.cpp | 1 |
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"}, }; //////////////////////////////////////////////////////////////////////////////////////////////////// |