dolphin/Source/Core/Core
Léo Lam 5e829f4527 ControllerEmu: Split the Setting class
The Setting class was used for both numeric values and booleans, and
other parts of the code had hacks to make it work with booleans.

By splitting Setting into NumericSetting and BooleanSetting, it is
clear which settings are numeric, and which are boolean, so there is
no need to guess by checking the default values or anything like that.
Also, booleans are stored as booleans in config files, instead of 1.0.
2016-07-12 11:42:18 +02:00
..
Boot Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Debugger Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSP Further fixes to the formatting change. WX sucks. 2016-06-24 12:16:10 +02:00
FifoPlayer Merge pull request #3874 from dolphin-emu/revert-3873-argh 2016-07-05 12:07:53 +02:00
HLE Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
HW ControllerEmu: Split the Setting class 2016-07-12 11:42:18 +02:00
IPC_HLE Further fixes to the formatting change. WX sucks. 2016-06-24 12:16:10 +02:00
PowerPC Don't forget to initalize your variables. 2016-06-30 20:27:19 +12:00
ActionReplay.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ActionReplay.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Analytics.cpp Suppress deprecation warning. 2016-06-26 00:49:51 -04:00
Analytics.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ARDecrypt.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ARDecrypt.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BootManager.cpp Formatting and setting is now only temporarily changed (#1) 2016-07-05 02:23:19 +02:00
BootManager.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
CMakeLists.txt nullvideo: initial release of null video backend 2016-06-25 22:40:23 +02:00
ConfigManager.cpp Merge pull request #3944 from RisingFog/configurable_dump_path 2016-06-30 20:46:52 -04:00
ConfigManager.h Add Dump Path to Configuration Menu 2016-06-30 20:20:48 -04:00
Core.cpp Merge pull request #3988 from leoetlino/scanning-block 2016-07-10 21:40:48 +02:00
Core.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Core.vcxproj Add an Analytics reporting system. 2016-06-19 02:55:46 +02:00
Core.vcxproj.filters Add an Analytics reporting system. 2016-06-19 02:55:46 +02:00
CoreTiming.cpp CoreTiming: Drop ProcessFifoWaitEvents. 2016-06-26 11:29:25 +02:00
CoreTiming.h CoreTiming: Drop ProcessFifoWaitEvents. 2016-06-26 11:29:25 +02:00
DSPEmulator.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSPEmulator.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ec_wii.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ec_wii.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeckoCode.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeckoCode.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeckoCodeConfig.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeckoCodeConfig.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Host.h VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
HotkeyManager.cpp ControllerEmu: Split the Setting class 2016-07-12 11:42:18 +02:00
HotkeyManager.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MachineContext.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemoryWatcher.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemoryWatcher.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MemTools.cpp Refactor fastmem/trampoline code. 2016-06-27 14:58:20 -06:00
MemTools.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Movie.cpp Remove VI count limit on Movie playback 2016-07-09 20:35:01 -04:00
Movie.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
NetPlayClient.cpp Merge pull request #3858 from Aestek/feature/better-netplay-gamenotfound 2016-07-11 10:06:00 +02:00
NetPlayClient.h Check if all players have the game before starting netplay 2016-07-10 10:13:34 +02:00
NetPlayProto.h Check if all players have the game before starting netplay 2016-07-10 10:13:34 +02:00
NetPlayServer.cpp Check if all players have the game before starting netplay 2016-07-10 10:13:34 +02:00
NetPlayServer.h Check if all players have the game before starting netplay 2016-07-10 10:13:34 +02:00
PatchEngine.cpp PatchEngine: Clear active codes on shutdown 2016-07-01 13:07:57 +02:00
PatchEngine.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
State.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
State.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00