dolphin/Source/Core/VideoBackends
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
..
D3D D3D/Vulkan: Fix incorrect clamp in EFB RAM copy 2018-05-11 00:32:39 +10:00
Null Implement EFB copy filter and gamma in hardware backends 2018-04-29 19:05:20 +10:00
OGL Config: Fix template deduction for implicit conversions 2018-05-12 14:30:18 +02:00
Software Implement EFB copy filter and gamma in hardware backends 2018-04-29 19:05:20 +10:00
Vulkan D3D/Vulkan: Fix incorrect clamp in EFB RAM copy 2018-05-11 00:32:39 +10:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00