mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge Core/Config/Config.h into Common/Config/Config.h
Allows code in Common to take advantage of the layered config logic.
This commit is contained in:
parent
dcb4386008
commit
8b54ac225b
18 changed files with 117 additions and 151 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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue