Browse Source

grc: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
nce_cpp
VolcaEM 6 years ago
committed by GitHub
parent
commit
26855d7906
  1. 3
      src/core/hle/service/grc/grc.cpp

3
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, "SetOffscreenRecordingMaker"}
};
// clang-format on

Loading…
Cancel
Save