dolphin/Source/Core
Vincent Duvert 8bb459aae5 VideoCommon: Fix GetInterpolationQualifier calls
Commit 4969415 modified calls to GetInterpolationQualifier, but mistakenly changed the order of some boolean parameters: GetInterpolationQualifier(true, false) was changed to GetInterpolationQualifier(…, false, true).

Should fix #9783.
2016-10-16 12:48:32 +02:00
..
AudioCommon AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChanges 2016-10-09 19:18:16 -07:00
Common DebugInterface: Make GetRawMemoryString return a std::string 2016-10-07 10:26:26 -04:00
Core Merge pull request #4351 from leoetlino/no-idea-device 2016-10-15 22:35:10 -07:00
DiscIO NANDContentLoader: Add IOFile forward declaration 2016-10-14 20:27:22 -04:00
DolphinQt2 Merge pull request #4254 from ligfx/check_errors_postprocessing 2016-10-02 20:42:39 -07:00
DolphinWX Merge pull request #4336 from ligfx/smarteraudioconfigpane 2016-10-15 22:56:05 -07:00
InputCommon Fix missing includes 2016-10-07 23:46:41 +02:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends VideoSW: Use VideoCommon frame dumping. 2016-10-11 22:32:06 +02:00
VideoCommon VideoCommon: Fix GetInterpolationQualifier calls 2016-10-16 12:48:32 +02:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00