mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Qt/GeneralPane: Disable certain options while emulation is running
This commit is contained in:
parent
9dcc8131df
commit
b2e5f1d85f
2 changed files with 21 additions and 0 deletions
|
@ -14,6 +14,11 @@ class QRadioButton;
|
|||
class QSlider;
|
||||
class QVBoxLayout;
|
||||
|
||||
namespace Core
|
||||
{
|
||||
enum class State;
|
||||
}
|
||||
|
||||
class GeneralPane final : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -29,6 +34,7 @@ private:
|
|||
|
||||
void LoadConfig();
|
||||
void OnSaveConfig();
|
||||
void OnEmulationStateChanged(Core::State state);
|
||||
|
||||
// Widgets
|
||||
QVBoxLayout* m_main_layout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue