소스 검색

grc: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
VolcaEM 6 년 전
부모
커밋
64fa9b9f57
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[] = {
         static const FunctionInfo functions[] = {
             {1, nullptr, "OpenContinuousRecorder"},
             {1, nullptr, "OpenContinuousRecorder"},
             {2, nullptr, "OpenGameMovieTrimmer"},
             {2, nullptr, "OpenGameMovieTrimmer"},
+            {3, nullptr, "OpenOffscreenRecorder"},
+            {101, nullptr, "CreateMovieMaker"},
+            {9903, nullptr, "SetOffscreenRecordingMaker"}
         };
         };
         // clang-format on
         // clang-format on