yuzu/src
Lioncash d159643fd7 decode/texture: Resolve unused variable warnings.
Some variables aren't used, so we can remove these.

Unfortunately, diagnostics are still reported on structured bindings
even when annotated with [[maybe_unused]], so we need to unpack the
elements that we want to use manually.
2020-04-16 22:45:41 -04:00
..
audio_core audio_core: Accept Audren REV8 2020-03-23 03:07:14 +01:00
common Merge pull request #3594 from ReinUsesLisp/vk-instance 2020-04-10 20:06:55 -04:00
core time_zone_manager: Resolve sign conversion warnings 2020-04-16 22:23:59 -04:00
input_common Merge pull request #3673 from lioncash/extra 2020-04-16 21:12:33 -04:00
tests
video_core decode/texture: Resolve unused variable warnings. 2020-04-16 22:45:41 -04:00
web_service Merge pull request #3673 from lioncash/extra 2020-04-16 21:12:33 -04:00
yuzu CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
yuzu_cmd yuzu: Drop SDL2 and Qt frontend Vulkan requirements 2020-04-07 16:32:19 -03:00
yuzu_tester yuzu: Drop SDL2 and Qt frontend Vulkan requirements 2020-04-07 16:32:19 -03:00
.clang-format
CMakeLists.txt CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00