dolphin/Source/Core/Core/FifoPlayer
Pokechu22 29df17d422 FifoPlayer: Allow changing loop option at runtime
This option has always existed since it's used by FifoCI, but now it can be changed at runtime.  Looping is something that should almost always be on, but it can be useful to turn it off when frame-dumping is enabled so that hundreds of copies of the same frame aren't created.  Before, turning it off required restarting Dolphin.
2022-01-06 19:08:16 -08:00
..
FifoDataFile.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07: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