dolphin-emulator/Source/Core
JosJuice b18519320c Config: Flip the IsSettingSaveable system check
Nowadays, basically everything except for controller config is handled
by the new config system. Instead of enumerating the systems that are,
let's enumerate the systems that aren't.

I've intentionally not included Config::System::Session in the new list.
While it isn't intended to be saved, it is a setting that's fully
handled by the new config system. See
https://github.com/dolphin-emu/dolphin/pull/9804#discussion_r648949686.
2023-11-27 21:38:25 +01:00
..
AudioCommon Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
Common Merge pull request #11881 from JosJuice/aarch64-function-call 2023-11-25 17:30:42 +01:00
Core Config: Flip the IsSettingSaveable system check 2023-11-27 21:38:25 +01:00
DiscIO DiscIO: Remove unintentional use of comma operator 2023-11-05 09:24:49 +01:00
DolphinNoGUI
DolphinQt Merge pull request #12265 from TryTwo/FuncFinder_bkup 2023-11-27 19:00:27 +01:00
DolphinTool
InputCommon SDL: Add default case to switch statement 2023-11-10 12:05:20 -08:00
MacUpdater
UICommon Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
UpdaterCommon
VideoBackends Vulkan: use EnumMap for blend factor luts (NFC) 2023-11-26 00:36:53 +00:00
VideoCommon VideoCommon: move texture dump function out of texture cache to its own free function so it can be used elsewhere. Doing this change may also slightly improve performance of this operation 2023-11-26 16:35:03 -06:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props VideoCommon: move texture dump function out of texture cache to its own free function so it can be used elsewhere. Doing this change may also slightly improve performance of this operation 2023-11-26 16:35:03 -06:00
DolphinLib.vcxproj Add lz4 submodule 2023-10-02 17:28:23 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props