dolphin/Source/UnitTests
Pokechu22 0bcd3c79bb VertexLoader: Eliminate use of DataReader
DataReader is generally jank - it has a start and end pointer, but the end pointer is generally not used, and all of the vertex loaders mostly bypassed it anyways.

Wrapper code (the vertex loaer test, as well as Fifo.cpp and OpcodeDecoding.cpp) still uses it, as does the software vertex loader (which is not a subclass of VertexLoader). These can probably be eliminated later.
2022-11-22 17:17:11 -08:00
..
Common Crypto/SHA1: add unittests 2022-07-27 01:07:48 -07:00
Core Merge pull request #10883 from Pokechu22/pi-fifo-reset-gp-fifo 2022-07-31 17:06:37 +02:00
VideoCommon VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
StubHost.cpp Add Discord presence ioctlv to /dev/dolphin 2022-08-06 07:32:29 +01:00
UnitTests.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00