summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2014-09-30 23:13:28 -0400
committerGravatar bunnei2014-09-30 23:13:28 -0400
commit95f662c96fac309a3f5a35fec11db4f54b629dd5 (patch)
tree8c1bf892bd0bbcc508c89dd8f6c68be6e9279d60 /src
parentMerge pull request #120 from lioncash/core-common (diff)
parentadded "StoreDataCache" to the function table (diff)
downloadyuzu-95f662c96fac309a3f5a35fec11db4f54b629dd5.tar.gz
yuzu-95f662c96fac309a3f5a35fec11db4f54b629dd5.tar.xz
yuzu-95f662c96fac309a3f5a35fec11db4f54b629dd5.zip
Merge pull request #122 from purpasmart96/master
Added "StoreDataCache" to the function table
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////////////////////////////////////////////////////////////////////////////////////////////////////