mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
port audio settings to new config system
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
#include <QCloseEvent>
|
||||
|
||||
#include "Screen.h"
|
||||
#include "Config.h"
|
||||
|
||||
|
||||
class EmuInstance;
|
||||
@ -177,6 +178,7 @@ private slots:
|
||||
void onOpenCameraSettings();
|
||||
void onCameraSettingsFinished(int res);
|
||||
void onOpenAudioSettings();
|
||||
void onUpdateAudioVolume(int vol, int dsisync);
|
||||
void onUpdateAudioSettings();
|
||||
void onAudioSettingsFinished(int res);
|
||||
void onOpenMPSettings();
|
||||
@ -240,9 +242,11 @@ private:
|
||||
int test_num;
|
||||
|
||||
EmuInstance* emuInstance;
|
||||
|
||||
EmuThread* emuThread;
|
||||
|
||||
Config::Table& globalCfg;
|
||||
Config::Table& localCfg;
|
||||
|
||||
public:
|
||||
ScreenPanel* panel;
|
||||
|
||||
|
Reference in New Issue
Block a user