mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-19 19:10:43 +00:00
`value` contains 16 bits of data and `remainder` contains 11 bits of data. When they're added together, we may end up with 17 bits of data, so the result should be stored as u32 rather than u16. This fixes `y` being set to 0 (minimum amplitude) when it should be set to 32 (maximum amplitude). |
||
|---|---|---|
| .. | ||
| AudioCommon | ||
| Common | ||
| Core | ||
| DiscIO | ||
| DolphinNoGUI | ||
| DolphinQt | ||
| DolphinTool | ||
| InputCommon | ||
| MacUpdater | ||
| UICommon | ||
| UpdaterCommon | ||
| VideoBackends | ||
| VideoCommon | ||
| WinUpdater | ||
| CMakeLists.txt | ||
| DolphinLib.ARM64.props | ||
| DolphinLib.props | ||
| DolphinLib.vcxproj | ||
| DolphinLib.vcxproj.user | ||
| DolphinLib.x64.props | ||
| VersionInfo.plist.in | ||