From 7d6f7684e1d3ae3f56372a326484bfa9d2c86417 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Tue, 30 Sep 2014 09:13:29 -0700 Subject: [PATCH] added "StoreDataCache" to the function table seems simple enough --- src/core/hle/service/gsp.cpp | 1 + 1 file changed, 1 insertion(+) 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"}, }; ////////////////////////////////////////////////////////////////////////////////////////////////////