summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar purpasmart962014-09-30 09:13:29 -0700
committerGravatar purpasmart962014-09-30 09:13:29 -0700
commit7d6f7684e1d3ae3f56372a326484bfa9d2c86417 (patch)
tree8c1bf892bd0bbcc508c89dd8f6c68be6e9279d60 /src
parentMerge pull request #120 from lioncash/core-common (diff)
downloadyuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.gz
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.tar.xz
yuzu-7d6f7684e1d3ae3f56372a326484bfa9d2c86417.zip
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 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[] = {
358 {0x001C0040, nullptr, "SetLedForceOff"}, 358 {0x001C0040, nullptr, "SetLedForceOff"},
359 {0x001D0040, nullptr, "SetTestCommand"}, 359 {0x001D0040, nullptr, "SetTestCommand"},
360 {0x001E0080, nullptr, "SetInternalPriorities"}, 360 {0x001E0080, nullptr, "SetInternalPriorities"},
361 {0x001F0082, nullptr, "StoreDataCache"},
361}; 362};
362 363
363//////////////////////////////////////////////////////////////////////////////////////////////////// 364////////////////////////////////////////////////////////////////////////////////////////////////////