yuzu/src/common
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
..
fs path_util: Resolve -Wpointer-bool-conversion warning 2022-05-26 19:01:26 -04:00
logging general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
x64 general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
algorithm.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
alignment.h general: Fix clang/gcc build errors 2022-03-20 02:25:09 -04:00
assert.cpp common/assert: rework ASSERT handling to avoid std::function usage 2022-06-13 20:09:32 -04:00
assert.h common/assert: rework ASSERT handling to avoid std::function usage 2022-06-13 20:09:32 -04:00
atomic_ops.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bit_cast.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bit_field.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
bit_set.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bit_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
bounded_threadsafe_queue.h bounded_threadsafe_queue: Use constexpr capacity and mask 2022-06-15 16:59:13 -04:00
cityhash.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
cityhash.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
CMakeLists.txt common: consolidate ELF structure definitions 2022-06-05 09:42:05 -04:00
common_funcs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
common_types.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
concepts.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
detached_tasks.cpp common: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
detached_tasks.h Review comments - part 5 2018-10-02 16:04:10 +02:00
div_ceil.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
dynamic_library.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
dynamic_library.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
elf.h common: consolidate ELF structure definitions 2022-06-05 09:42:05 -04:00
error.cpp common: Move error handling to error.cpp/h 2021-09-11 17:19:14 -04:00
error.h common: Move error handling to error.cpp/h 2021-09-11 17:19:14 -04:00
expected.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fiber.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fiber.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hash.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
hex_util.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
hex_util.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
host_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
host_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
input.h input_common: Make vibration request async 2022-05-23 12:25:02 -05:00
intrusive_red_black_tree.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
literals.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lru_cache.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lz4_compression.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
lz4_compression.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
math_util.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
memory_detect.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
memory_detect.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
nvidia_flags.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nvidia_flags.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
page_table.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
page_table.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
param_package.cpp common: param_package: Demote DEBUG to TRACE for getters 2022-06-16 10:27:59 -05:00
param_package.h Project Mjölnir: Part 1 2020-08-26 02:32:32 -04:00
parent_of_member.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
point.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
quaternion.h Implement a basic class for motion devices 2020-08-27 17:19:21 -05:00
ring_buffer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
scm_rev.cpp.in cmake: Remove shader cache version 2021-07-22 21:51:40 -04:00
scm_rev.h common: Add additional SCM revision fields 2019-10-05 00:09:49 -04:00
scope_exit.h common: scope_exit: Add a cancellable ScopeExit macro. 2021-02-05 14:03:36 -08:00
settings_input.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
settings_input.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
settings.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
settings.h settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
spin_lock.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
spin_lock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
stream.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
stream.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
string_util.cpp string_util: Add U16StringFromBuffer 2022-05-15 18:06:33 -04:00
string_util.h string_util: Add U16StringFromBuffer 2022-05-15 18:06:33 -04:00
swap.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
telemetry.cpp common: Reduce unused includes 2022-03-19 15:01:31 -04:00
telemetry.h common: Reduce unused includes 2022-03-19 15:01:31 -04:00
thread_queue_list.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
thread_worker.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
thread.cpp chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
thread.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
threadsafe_queue.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
time_zone.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
time_zone.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tiny_mt.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tree.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
uint128.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
unique_function.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
uuid.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
uuid.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
vector_math.h chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
virtual_buffer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
virtual_buffer.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
wall_clock.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
wall_clock.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
zstd_compression.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
zstd_compression.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00