dolphin/Source/Core
Ryan Houdek 113c2dcd74 [AArch64] Clamp quantized store ranges.
Fixes block dots in THP videos.
Nintendo's THP video uses paired U8 stores to write their THP videos after decoding with floating point operations.
Paired stores clamp the range to the minimum and maximum values(0 - 255 in this case).
In some instances the resulting float will be larger than what a U8 can fit(Typically white) and results in black dots due to how AArch64 handles
quantizing.
2015-06-09 18:11:27 -05:00
..
AudioCommon Use PanicAlert instead of PanicAlertT when appropriate 2015-06-04 13:25:17 +02:00
Common [AArch64] Implement a couple instructions in the emitter. 2015-06-09 18:10:56 -05:00
Core [AArch64] Clamp quantized store ranges. 2015-06-09 18:11:27 -05:00
DiscIO Volume: Add prefer_long parameter to GetNames 2015-06-08 12:00:34 +02:00
DolphinQt Merge pull request #2536 from endrift/deploy-mac 2015-06-08 17:33:17 -07:00
DolphinWX Hotkeys: Fix "Select State Slot" 2015-06-09 21:05:54 +02:00
InputCommon Revert "SDL: handle SDL_QUIT event" 2015-06-08 13:43:39 +12:00
UICommon Merge pull request #2494 from Sonicadvance1/common_disassembler 2015-06-02 20:26:26 -04:00
VideoBackends Merge pull request #2533 from degasus/syncgpu 2015-06-09 09:43:26 +02:00
VideoCommon Merge pull request #2097 from mimimi085181/find-textures-by-hash 2015-06-09 10:12:05 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00