dolphin/Source/Core
Léo Lam 7dca7c237e Config: Fix template deduction for implicit conversions
This excludes the second argument from template deduction.

Otherwise, it is required to manually cast the second argument to
the ConfigInfo type (because implicit conversions won't work).

e.g. to set the value for a ConfigInfo<std::string> from a string
literal, you'd need a ugly `std::string("yourstring")`.
2018-05-12 14:30:18 +02:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
Core Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
DolphinWX Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon Qt: Allow custom stylesheets 2018-05-08 15:07:50 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
VideoCommon VideoCommon/RenderBase: Refactor OSD messages 2018-05-11 18:24:08 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00