mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Config: Extract ConfigInfo into own header
This commit is contained in:
@ -4,6 +4,7 @@ set(SRCS
|
||||
ColorUtil.cpp
|
||||
CommonFuncs.cpp
|
||||
Config/Config.cpp
|
||||
Config/ConfigInfo.cpp
|
||||
Config/Layer.cpp
|
||||
Config/Section.cpp
|
||||
Crypto/AES.cpp
|
||||
@ -29,8 +30,8 @@ set(SRCS
|
||||
PcapFile.cpp
|
||||
PerformanceCounter.cpp
|
||||
Profiler.cpp
|
||||
SettingsHandler.cpp
|
||||
SDCardUtil.cpp
|
||||
SettingsHandler.cpp
|
||||
StringUtil.cpp
|
||||
SymbolDB.cpp
|
||||
SysConf.cpp
|
||||
|
Reference in New Issue
Block a user