Wolfvak 435ca1c441
Fix uninitialized variable on unaligned SPI Xfer
We use a stack-allocated u32 to store a temporary word that gets memcpy'd from a potentially unaligned buffer, but the size of the copy could be less than 4 bytes, therefore leaving garbage in the upper bits of said word. This fixes CODEC in Corgi3DS.
2020-12-17 13:44:29 -03:00
..
2020-07-24 23:38:31 -03:00
2020-08-20 09:59:52 -03:00
2020-08-15 20:30:27 -03:00
2019-10-11 16:24:08 +02:00
2020-10-28 00:01:36 +01:00