dolphin/Source/Core/Core/FifoPlayer
Pokechu22 0e23dfbb25 FifoDataFile: Stop ignoring size
The size variable started to be unused when I created std::array variants of ReadArray, but we should follow it in case any files have fewer registers stored than they should (otherwise the remaining registers would end up with garbage data from later in the fifolog).  Though, there probably aren't many fifologs where this is relevant.
2022-02-13 14:38:59 -08:00
..
FifoDataFile.cpp FifoDataFile: Stop ignoring size 2022-02-13 14:38:59 -08:00
FifoDataFile.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
FifoPlayer.cpp FifoPlayer: Allow changing loop option at runtime 2022-01-06 19:08:16 -08:00
FifoPlayer.h FifoPlayer: Allow changing loop option at runtime 2022-01-06 19:08:16 -08:00
FifoRecorder.cpp Remove DataReader from LoadXFReg 2021-12-18 15:21:48 -08:00
FifoRecorder.h Refactor OpcodeDecoding and FIFO analyzer to use callbacks 2021-12-18 15:21:36 -08:00