dolphin/Source/Core/Core/FifoPlayer
Lioncash 4288bfe0f9 Common: Move host communication enum to Host.h
Given this is actually a part of the Host interface, this should be
placed with it.

While we're at it, turn it into an enum class so that we don't dump its
contained values into the surrounding scope. We can also make
Host_Message take the enum type itself directly instead of taking a
general int value.

After this, it'll be trivial to divide out the rest of Common.h and
remove the header from the repository entirely
2018-05-28 14:34:59 -04:00
..
FifoAnalyzer.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
FifoAnalyzer.h FifoPlayer: Get rid of unnecessary includes 2016-07-01 04:25:40 -04:00
FifoDataFile.cpp FifoPlayer: Generate fake VideoInterface updates 2017-11-17 22:11:29 -06:00
FifoDataFile.h FifoPlayer: Generate fake VideoInterface updates 2017-11-17 22:11:29 -06:00
FifoPlaybackAnalyzer.cpp Core: include what you use 2017-06-07 01:20:48 -04:00
FifoPlaybackAnalyzer.h FifoPlayer: Get rid of semicolons on namespace braces 2016-07-01 04:36:05 -04:00
FifoPlayer.cpp Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
FifoPlayer.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00
FifoRecordAnalyzer.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
FifoRecordAnalyzer.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
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