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

@ -60,7 +60,7 @@
#include "DolphinQt2/Debugger/MemoryWidget.h"
#include "DolphinQt2/Debugger/RegisterWidget.h"
#include "DolphinQt2/Debugger/WatchWidget.h"
#include "DolphinQt2/FIFOPlayerWindow.h"
#include "DolphinQt2/FIFO/FIFOPlayerWindow.h"
#include "DolphinQt2/GCMemcardManager.h"
#include "DolphinQt2/Host.h"
#include "DolphinQt2/HotkeyScheduler.h"