1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 21:46:38 -05:00

Merge pull request #4184 from VolcaEM/patch-9

grc: Update function table
This commit is contained in:
David
2020-06-28 18:49:15 +10:00
committed by GitHub

View File

@@ -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