yuzu/src/core/hle/service/nvdrv
Jan Beich 50e52ade85 video_core: unbreak -Werror in NVDEC with Clang
src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.cpp:41:15: error: unused variable 'OutOfMemory' [-Werror,-Wunused-const-variable]
constexpr u32 OutOfMemory{static_cast<u32>(-12)};
              ^
2020-10-30 16:43:10 +00:00
..
devices video_core: unbreak -Werror in NVDEC with Clang 2020-10-30 16:43:10 +00:00
interface.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
interface.h service: Update function tables 2020-06-29 04:01:34 +02:00
nvdata.h Initial implementation of Ioctl2 & Ioctl3 2019-09-19 15:37:25 +10:00
nvdrv.cpp video_core: NVDEC Implementation 2020-10-26 23:07:36 -04:00
nvdrv.h General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
nvmemp.cpp service: Update function tables 2020-06-29 04:01:34 +02:00
nvmemp.h service: Update function tables 2020-06-29 04:01:34 +02:00