Browse Source
Merge pull request #4184 from VolcaEM/patch-9
grc: Update function table
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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, "SetOffscreenRecordingMarker"} |
|
|
}; |
|
|
}; |
|
|
// clang-format on
|
|
|
// clang-format on
|
|
|
|
|
|
|
|
|
|