suyu/src
lat9nq ca36722a54 settings: Consolidate RangedSetting's with regular ones
The latest git version of GCC has issues with my diamond inheritance
shenanigans. Since that's now two compilers that don't like it I thought
it'd be best to just axe all of it and just have the two templates like
before.

This rolls the features of BasicRangedSetting into BasicSetting, and
likewise RangedSetting into Setting. It also renames them from
BasicSetting and Setting to Setting and SwitchableSetting respectively.
Now longer name corresponds to more complex thing.
2022-06-30 12:39:48 -04:00
..
audio_core core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
common settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
core Merge pull request #8512 from german77/nnResult 2022-06-28 16:59:33 -07:00
input_common Merge pull request #8383 from Morph1984/shadow-of-the-past 2022-06-14 21:08:58 -04:00
shader_recompiler Merge pull request #8383 from Morph1984/shadow-of-the-past 2022-06-14 21:08:58 -04:00
tests chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
video_core video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue 2022-06-26 20:21:45 -05:00
web_service web_service: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
yuzu settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
yuzu_cmd settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Make variable shadowing a compile-time error 2022-06-13 18:19:23 -04:00