dolphin/Source
JosJuice b083ce5912 HW/GBPlayer: Use u32 in SampleToPWM
`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).
2026-04-05 22:07:47 +02:00
..
Android Improve NAND import progress dialog 2026-04-04 22:02:45 +01:00
Core HW/GBPlayer: Use u32 in SampleToPWM 2026-04-05 22:07:47 +02:00
DSPSpy
DSPTool
PCH
UnitTests PageTableHostMappingTest: Fix copypaste error in misaligned+hole test 2026-04-04 22:56:00 +02:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln