CommonHostInterface: Add undo load state feature
This commit is contained in:
@@ -165,6 +165,7 @@ public Q_SLOTS:
|
||||
void loadState(bool global, qint32 slot);
|
||||
void saveState(const QString& filename, bool block_until_done = false);
|
||||
void saveState(bool global, qint32 slot, bool block_until_done = false);
|
||||
void undoLoadState();
|
||||
void setAudioOutputVolume(int volume, int fast_forward_volume);
|
||||
void setAudioOutputMuted(bool muted);
|
||||
void startDumpingAudio();
|
||||
|
||||
Reference in New Issue
Block a user