yuzu-android/src/video_core/command_classes/codecs
Lioncash 12eeffcb7c vp9: Be explicit with copy and move operators
It's deprecated in the language to autogenerate these if the destructor
for a type is specified, so we can explicitly specify how we want these
to be generated.
2020-10-29 22:57:35 -04:00
..
codec.cpp nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
codec.h nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
h264.cpp h264: Make WriteUe take a u32 2020-10-27 03:21:53 -04:00
h264.h h264: Make WriteUe take a u32 2020-10-27 03:21:53 -04:00
vp9_types.h nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
vp9.cpp vp9: Mark functions with [[nodiscard]] where applicable 2020-10-29 22:57:32 -04:00
vp9.h vp9: Be explicit with copy and move operators 2020-10-29 22:57:35 -04:00