Qt/FIFOPlayer: Implement Analyzer

This commit is contained in:
spycrab
2018-05-14 22:01:23 +02:00
parent 0e9255c469
commit 94e97d47a0
7 changed files with 599 additions and 8 deletions

View File

@ -8,7 +8,8 @@ set(CMAKE_AUTOMOC ON)
add_executable(dolphin-emu
AboutDialog.cpp
CheatsManager.cpp
FIFOPlayerWindow.cpp
FIFO/FIFOPlayerWindow.cpp
FIFO/FIFOAnalyzer.cpp
HotkeyScheduler.cpp
Host.cpp
Main.cpp