dolphin/Source/Core/Core/FifoPlayer
Lioncash ac6d70b82b Core/FifoAnalyzer: Use std::array where applicable
This lets us convert CalculateVertexElementSizes() from a function using
an out pointer into one that simply returns the array data as a return
value.

It also lets us dehardcode some values, as we can just query
std::array's size() member function instead.
2019-07-15 07:37:35 -04:00
..
FifoAnalyzer.cpp Core/FifoAnalyzer: Use std::array where applicable 2019-07-15 07:37:35 -04:00
FifoAnalyzer.h Core/FifoAnalyzer: Use std::array where applicable 2019-07-15 07:37:35 -04:00
FifoDataFile.cpp FifoPlayer: Generate fake VideoInterface updates 2017-11-17 22:11:29 -06:00
FifoDataFile.h FifoPlayer: reduce XF_REGS_SIZE to what we know 2018-10-08 06:54:32 +01:00
FifoPlaybackAnalyzer.cpp Core/FifoAnalyzer: Convert DecodeMode enum into an enum class 2019-07-15 07:37:30 -04:00
FifoPlaybackAnalyzer.h FifoPlayer: Get rid of semicolons on namespace braces 2016-07-01 04:36:05 -04:00
FifoPlayer.cpp VideoCommon/VertexLoader_Normal: Initialize function table at compile-time 2019-05-30 00:52:57 -04:00
FifoPlayer.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00
FifoRecordAnalyzer.cpp Core/FifoAnalyzer: Use std::array where applicable 2019-07-15 07:37:35 -04:00
FifoRecordAnalyzer.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecorder.cpp Core/FifoAnalyzer: Convert DecodeMode enum into an enum class 2019-07-15 07:37:30 -04:00
FifoRecorder.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00