mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
finally decouple Config from the core. baahhahahahah
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user