Files
dolphin/Source/Core/Core
Léo Lam 6763a3fce1 Config: Add support for enums
This makes it possible to use enums as the config type.
Default values are now clearer and there's no need for casts
when calling Config::Get/Set anymore.

In order to add support for enums, the common code was updated to
handle enums by using the underlying type when loading/saving settings.

A copy constructor is also provided for conversions from
`ConfigInfo<Enum>` to `ConfigInfo<underlying_type<Enum>>`
so that enum settings can still easily work with code that doesn't care
about the actual enum values (like Graphics{Choice,Radio} in DolphinQt2
which only treat the setting as an integer).
2018-05-12 18:10:26 +02:00
..
2018-05-12 18:10:26 +02:00
2018-04-12 21:28:39 +02:00
2018-03-26 01:57:41 +10:00
2018-04-17 22:40:21 +02:00
2017-06-06 16:27:52 +02:00
2018-03-31 16:21:17 +02:00
2018-04-17 19:03:24 -04:00
2018-04-12 22:16:37 +02:00
2018-04-12 22:16:37 +02:00
2018-04-12 21:28:39 +02:00
2017-04-25 09:20:09 +01:00
2018-04-12 21:28:39 +02:00
2017-03-27 23:46:19 -04:00
2018-03-16 22:56:54 +01:00
2018-04-12 22:16:37 +02:00
2017-01-12 21:30:11 +01:00