Browse Source

Oops (fix typo)

pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
a8d17adb7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/grc/grc.cpp

2
src/core/hle/service/grc/grc.cpp

@ -19,7 +19,7 @@ public:
{2, nullptr, "OpenGameMovieTrimmer"},
{3, nullptr, "OpenOffscreenRecorder"},
{101, nullptr, "CreateMovieMaker"},
{9903, nullptr, "SetOffscreenRecordingMaker"}
{9903, nullptr, "SetOffscreenRecordingMarker"}
};
// clang-format on

Loading…
Cancel
Save