mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 00:27:34 +01:00
grc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
This commit is contained in:
parent
6205965df9
commit
64fa9b9f57
@ -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…
Reference in New Issue
Block a user