dolphin/Source/Core
Pokechu22 bac75de79c Fifo recorder: Fix incorrect calculation of the size of an array
The old calculation was stride * (max_index + 1), which fails if stride is less than the size of a component (for instance, if float XYZ positions are used, and the stride was set to 4 (i.e. sizeof(float)) instead of 12 (i.e. 3 * sizeof(float)), it would be missing the last 8 bytes of the final element in the array.  Or, if stride was set to 0, then no bytes would be recorded at all (though that's not a useful configuration so it's unlikely to actually exist).

I'm not aware of any games affected by this issue.
2022-10-22 13:36:16 -07:00
..
AudioCommon Mixer: Add assertions regarding num_samples versus buffer length 2022-09-08 12:10:10 -07:00
Common JitArm64: Reimplement Force25BitPrecision 2022-10-22 10:03:52 +02:00
Core Fifo recorder: Fix incorrect calculation of the size of an array 2022-10-22 13:36:16 -07:00
DiscIO Show vWii System Menu version in Menu Bar 2022-10-22 13:36:55 +02:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Show vWii System Menu version in Menu Bar 2022-10-22 13:36:55 +02:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon Merge pull request #10979 from tellowkrinkle/QuartzWindowSpeed 2022-10-22 04:55:12 -04:00
MacUpdater WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
UICommon Merge pull request #11051 from shuffle2/update-vcredist 2022-10-21 13:55:51 -04:00
UpdaterCommon WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
VideoBackends Merge pull request #11122 from K0bin/descriptor-overhaul 2022-10-17 04:25:35 +02:00
VideoCommon Merge pull request #10859 from tellowkrinkle/UniformBufferSize 2022-10-20 17:13:31 -04:00
WinUpdater WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #11072 from SketchMaster2001/wiiconnect24 2022-10-16 04:31:28 +02:00
DolphinLib.vcxproj WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00