mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
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. |
||
|---|---|---|
| .. | ||
| FifoAnalyzer.cpp | ||
| FifoAnalyzer.h | ||
| FifoDataFile.cpp | ||
| FifoDataFile.h | ||
| FifoPlaybackAnalyzer.cpp | ||
| FifoPlaybackAnalyzer.h | ||
| FifoPlayer.cpp | ||
| FifoPlayer.h | ||
| FifoRecordAnalyzer.cpp | ||
| FifoRecordAnalyzer.h | ||
| FifoRecorder.cpp | ||
| FifoRecorder.h | ||