mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
LogManager: add SaveSettings
This commit is contained in:
@ -53,6 +53,8 @@ public:
|
||||
void EnableListener(LogListener::LISTENER id, bool enable);
|
||||
bool IsListenerEnabled(LogListener::LISTENER id) const;
|
||||
|
||||
void SaveSettings();
|
||||
|
||||
private:
|
||||
struct LogContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user