Преглед изворни кода

Merge pull request #4184 from VolcaEM/patch-9

grc: Update function table
David пре 6 година
родитељ
комит
4a5f6c03b0
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/core/hle/service/grc/grc.cpp

+ 3 - 0
src/core/hle/service/grc/grc.cpp

@@ -17,6 +17,9 @@ public:
         static const FunctionInfo functions[] = {
             {1, nullptr, "OpenContinuousRecorder"},
             {2, nullptr, "OpenGameMovieTrimmer"},
+            {3, nullptr, "OpenOffscreenRecorder"},
+            {101, nullptr, "CreateMovieMaker"},
+            {9903, nullptr, "SetOffscreenRecordingMarker"}
         };
         // clang-format on