dolphin/Source/Core/Core/FifoPlayer
Lioncash cac66317aa VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Instead, we make the event take a reference to the system and then pass
it in when the event is triggered.

This does introduce two other accessors, but these are much easier to
refactor out over time, and without modification to the existing event
interface.
2024-01-31 13:12:09 -05:00
..
FifoDataFile.cpp Fifo: Convert MemoryUpdate::Type to enum class 2023-09-02 18:19:26 -07:00
FifoDataFile.h Fifo: Convert MemoryUpdate::Type to enum class 2023-09-02 18:19:26 -07:00
FifoPlayer.cpp Core/FifoPlayer: Avoid global System accessor. 2024-01-12 21:54:35 +01:00
FifoPlayer.h Core/FifoPlayer: Avoid global System accessor. 2024-01-12 21:54:35 +01:00
FifoRecorder.cpp VideoCommon/Statistics: Remove global system accessor from s_after_frame_event 2024-01-31 13:12:09 -05:00
FifoRecorder.h FifoRecorder: Move instance to System. 2024-01-12 15:06:06 +01:00