dolphin-emulator/Source/Core
magumagu 40e2ce4f27 Audio mixer: remove check for ratio > 1.0.
The code actually handles this case correctly; the algorithm is linear
interpolation between the two closest samples, and the way it is written
should work correctly with any ratio.
2014-06-15 14:51:20 -07:00
..
AudioCommon Audio mixer: remove check for ratio > 1.0. 2014-06-15 14:51:20 -07:00
Common BitField: Add an explicit getter function for retrieving the BitField value. 2014-06-11 20:58:40 +02:00
Core Rewrite handling of DTK (streaming) audio. 2014-06-14 15:55:20 -07:00
DiscIO Fix the capitalization of "GameCube" throughout the project. 2014-06-08 11:24:49 +09:00
DolphinWX Merge pull request #470 from pauldacheez/s-Gamecube-GameCube 2014-06-13 21:52:08 +02:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Merge pull request #445 from magumagu/video-dead-code 2014-06-13 22:38:22 +02:00
VideoCommon Merge pull request #445 from magumagu/video-dead-code 2014-06-13 22:38:22 +02:00
CMakeLists.txt