mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Don't reset the FIFO frame/object limit when unpausing
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "Core/Core.h"
|
||||
|
||||
class QCheckBox;
|
||||
class QDialogButtonBox;
|
||||
class QLabel;
|
||||
@ -62,4 +64,5 @@ private:
|
||||
QDialogButtonBox* m_button_box;
|
||||
|
||||
FIFOAnalyzer* m_analyzer;
|
||||
Core::State m_emu_state = Core::State::Uninitialized;
|
||||
};
|
||||
|
Reference in New Issue
Block a user