yuzu/src
lat9nq 5be2d6fd28 settings: Fix MSVC issues
According to https://stackoverflow.com/questions/469508, we run into a
MSVC bug (since VS 2005) when using diamond inheritance for
RangedSetting.

This explicitly implements those functions in RangedSetting. GetValue is
implemented as just calling the inherited version. The explicit
converson operator is reimplemented. I opted for this over ignoring the
warning with a pragma since this specifies the inherited behavior, and I
have now less faith in MSVC to pick the right one.

In addition, we mark destructors as virtual to silence what I believe is
a fair MSVC compilation error.
2021-08-11 17:12:14 -04:00
..
audio_core
common settings: Fix MSVC issues 2021-08-11 17:12:14 -04:00
core Merge pull request #6823 from yzct12345/memory-cleanup 2021-08-09 17:09:56 -07:00
input_common input_common: Improve SDL joystick and hide toggle option 2021-08-07 23:11:23 -05:00
shader_recompiler Merge pull request #6767 from ReinUsesLisp/fold-float-pack 2021-07-30 02:07:52 -04:00
tests
video_core Merge pull request #6820 from yzct12345/split-cache 2021-08-10 12:23:05 +02:00
web_service
yuzu Merge pull request #6837 from german77/no-pause-screenshot 2021-08-09 23:49:48 -04:00
yuzu_cmd yuzu-cmd/CMakeLists: Correct attribution for this function. 2021-08-08 20:24:53 +02:00
.clang-format
CMakeLists.txt