mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
Merge pull request #5770 from ligfx/lognewconfig
LogManager: use layered config
This commit is contained in:
commit
6fe33f844f
20 changed files with 147 additions and 183 deletions
|
@ -8,8 +8,8 @@
|
|||
#include <bitset>
|
||||
#include <string>
|
||||
|
||||
#include "Common/Config/Config.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Core/Config/Config.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/CoreTiming.h"
|
||||
|
@ -55,6 +55,7 @@ public:
|
|||
Core::UndeclareAsCPUThread();
|
||||
File::DeleteDirRecursively(m_profile_path);
|
||||
}
|
||||
|
||||
private:
|
||||
std::string m_profile_path;
|
||||
};
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
#include <unordered_set>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Config/Config.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Core/Config/Config.h"
|
||||
#include "Core/HW/MMIO.h"
|
||||
#include "UICommon/UICommon.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue