dolphin/Source
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
..
Android Android: Fix condition where we set grid span too early 2022-11-22 15:19:15 -05:00
Core VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
DSPSpy
DSPTool
PCH
UnitTests VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VSProps Merge pull request #11015 from TryTwo/Conditional_Breakpoints 2022-11-13 01:06:52 +01:00
.clang-format
CMakeLists.txt
dolphin-emu.sln