finally decouple Config from the core. baahhahahahah

This commit is contained in:
Arisotura
2021-11-18 01:17:51 +01:00
parent 65c2a844ac
commit 19ddaee13b
35 changed files with 128 additions and 236 deletions

View File

@ -4,6 +4,7 @@ SET(SOURCES_QT_SDL
main.cpp
main_shaders.h
CheatsDialog.cpp
Config.cpp
EmuSettingsDialog.cpp
InputConfig/InputConfigDialog.cpp
InputConfig/MapButton.h
@ -22,7 +23,6 @@ SET(SOURCES_QT_SDL
OSD_shaders.h
font.h
Platform.cpp
PlatformConfig.cpp
QPathInput.h
ArchiveUtil.h
@ -33,6 +33,7 @@ SET(SOURCES_QT_SDL
../Util_Audio.cpp
../FrontendUtil.h
../mic_blow.h
../SharedConfig.h
${CMAKE_SOURCE_DIR}/res/melon.qrc
)