2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
lat9nq b91b76df4f general: Make most settings a BasicSetting
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.

Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
2021-06-28 17:32:17 -04:00
..
arm common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
crypto General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 2021-06-23 13:48:21 -04:00
file_sys General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 2021-06-23 13:48:21 -04:00
frontend general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
hle general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
loader general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
memory
network
tools
CMakeLists.txt hle: api_version: Add HLE API version constants 2021-06-16 01:46:45 -04:00
constants.cpp
constants.h
core.cpp general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
core.h
core_timing.cpp
core_timing.h
core_timing_util.h
cpu_manager.cpp
cpu_manager.h
device_memory.cpp core: Make use of fastmem 2021-06-11 17:27:06 +02:00
device_memory.h core: Make use of fastmem 2021-06-11 17:27:06 +02:00
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp General: Add settings for fastmem and disabling adress space check. 2021-06-11 17:27:17 +02:00
memory.h
perf_stats.cpp
perf_stats.h
reporter.cpp general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
reporter.h fsp_srv: Fix filesystem access logging 2021-06-16 00:06:02 -04:00
telemetry_session.cpp general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
telemetry_session.h