From c8b9120ba4c8246b78fb726803d60ce43b857be9 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 24 Aug 2019 11:00:26 -0400 Subject: [PATCH] Updated docs. --- nx/include/switch/services/grc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/grc.h b/nx/include/switch/services/grc.h index 67def936..91deb3d3 100644 --- a/nx/include/switch/services/grc.h +++ b/nx/include/switch/services/grc.h @@ -27,8 +27,8 @@ typedef struct { * @brief Creates a \ref GrcGameMovieTrimmer using \ref appletCreateGameMovieTrimmer, uses the cmds from it to trim the specified video, then closes it. * @note See \ref appletCreateGameMovieTrimmer for the requirements for using this. * @note This will block until video trimming finishes. - * @param[out] dst_movieid \ref GrcGameMovieTrimmer for the output video. - * @param[in] src_movieid \ref GrcGameMovieTrimmer for the input video. + * @param[out] dst_movieid \ref GrcGameMovieId for the output video. + * @param[in] src_movieid \ref GrcGameMovieId for the input video. * @param[in] tmem_size TransferMemory size. Official sw uses size 0x2000000. * @param[in] thumbnail Optional, can be NULL. RGBA8 1280x720 thumbnail image data. * @param[in] start Start timestamp in 0.5s units.