mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 22:25:38 +01:00
Merge pull request #4184 from VolcaEM/patch-9
grc: Update function table
This commit is contained in:
commit
4a5f6c03b0
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user