aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar purpasmart96 <purpasmart96@users.noreply.github.com>2014-09-30 09:13:29 -0700
committerGravatar purpasmart96 <purpasmart96@users.noreply.github.com>2014-09-30 09:13:29 -0700
commit7d6f7684e1d3ae3f56372a326484bfa9d2c86417 (patch)
tree8c1bf892bd0bbcc508c89dd8f6c68be6e9279d60 /src
parent9061cdc9c0f11217f9d937ebdaeec8cbd566a04e (diff)
added "StoreDataCache" to the function table
seems simple enough
Diffstat (limited to 'src')
-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 accbe84e..614d9584 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"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////