mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 22:47:46 +00:00
grc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
This commit is contained in:
parent
d3c8f5d4c8
commit
26855d7906
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue