dolphin/Source/Core/Core/FifoPlayer
Tillmann Karras 9c7136453d FifoPlayer: reduce XF_REGS_SIZE to what we know
This avoids out-of-bounds warnings when replaying FIFO captures.

The value of XF_REGS_SIZE is written into the DFF header and we only
read the min of XF_REGS_SIZE and the header value, so this change is
backward compatible and doesn't break forward compatibility for old
Dolphin versions either.
2018-10-08 06:54:32 +01:00
..
FifoAnalyzer.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
FifoAnalyzer.h
FifoDataFile.cpp
FifoDataFile.h FifoPlayer: reduce XF_REGS_SIZE to what we know 2018-10-08 06:54:32 +01:00
FifoPlaybackAnalyzer.cpp
FifoPlaybackAnalyzer.h
FifoPlayer.cpp FifoPlayer: Actually exit on 'Stop' in dualcore 2018-08-09 01:08:21 -04:00
FifoPlayer.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00
FifoRecordAnalyzer.cpp
FifoRecordAnalyzer.h
FifoRecorder.cpp FifoRecorder: Implement IsRecordingDone() 2017-11-19 21:49:29 +01:00
FifoRecorder.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00