mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
migrate AudioInOut inside EmuInstance
This commit is contained in:
@ -8,6 +8,7 @@ set(SOURCES_QT_SDL
|
||||
Screen.cpp
|
||||
Window.cpp
|
||||
EmuInstance.cpp
|
||||
EmuInstanceAudio.cpp
|
||||
EmuThread.cpp
|
||||
CheatsDialog.cpp
|
||||
Config.cpp
|
||||
@ -39,13 +40,11 @@ set(SOURCES_QT_SDL
|
||||
QPathInput.h
|
||||
SaveManager.cpp
|
||||
CameraManager.cpp
|
||||
AudioInOut.cpp
|
||||
|
||||
ArchiveUtil.h
|
||||
ArchiveUtil.cpp
|
||||
|
||||
../Util_Video.cpp
|
||||
../Util_Audio.cpp
|
||||
../FrontendUtil.h
|
||||
../mic_blow.h
|
||||
|
||||
@ -56,8 +55,6 @@ set(SOURCES_QT_SDL
|
||||
|
||||
CLI.h
|
||||
CLI.cpp
|
||||
EmuInstance.cpp
|
||||
EmuInstance.h
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
|
Reference in New Issue
Block a user