mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Add General Pane to Settings
Replace SConfig references with Settings()
This commit is contained in:
@ -50,6 +50,14 @@ public:
|
||||
bool IsWiiGameRunning() const;
|
||||
int GetStateSlot() const;
|
||||
void SetStateSlot(int);
|
||||
float GetEmulationSpeed() const;
|
||||
void SetEmulationSpeed(float val);
|
||||
bool GetForceNTSCJ() const;
|
||||
void SetForceNTSCJ(bool val);
|
||||
|
||||
// Analytics
|
||||
bool GetAnalyticsEnabled() const;
|
||||
void SetAnalyticsEnabled(bool val);
|
||||
|
||||
// Graphics
|
||||
bool GetRenderToMain() const;
|
||||
|
Reference in New Issue
Block a user