mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
LogManager: add SaveSettings
This commit is contained in:
parent
8ff8dfcdf2
commit
c9e8289e82
3 changed files with 23 additions and 17 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
void EnableListener(LogListener::LISTENER id, bool enable);
|
||||
bool IsListenerEnabled(LogListener::LISTENER id) const;
|
||||
|
||||
void SaveSettings();
|
||||
|
||||
private:
|
||||
struct LogContainer
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue