Parcourir la source

added "StoreDataCache" to the function table

seems simple enough
purpasmart96 il y a 11 ans
Parent
commit
7d6f7684e1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/core/hle/service/gsp.cpp

+ 1 - 0
src/core/hle/service/gsp.cpp

@@ -358,6 +358,7 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x001C0040, nullptr,                       "SetLedForceOff"},
     {0x001C0040, nullptr,                       "SetLedForceOff"},
     {0x001D0040, nullptr,                       "SetTestCommand"},
     {0x001D0040, nullptr,                       "SetTestCommand"},
     {0x001E0080, nullptr,                       "SetInternalPriorities"},
     {0x001E0080, nullptr,                       "SetInternalPriorities"},
+    {0x001F0082, nullptr,                       "StoreDataCache"},
 };
 };
 
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////////////////////////