mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
SPU: Emulate SOUNDBIAS and 10-bit degrade
This commit is contained in:
@ -59,6 +59,7 @@ private slots:
|
||||
void on_AudioSettingsDialog_rejected();
|
||||
|
||||
void on_cbInterpolation_currentIndexChanged(int idx);
|
||||
void on_cbBitrate_currentIndexChanged(int idx);
|
||||
void on_slVolume_valueChanged(int val);
|
||||
void onChangeMicMode(int mode);
|
||||
void on_btnMicWavBrowse_clicked();
|
||||
@ -67,6 +68,7 @@ private:
|
||||
Ui::AudioSettingsDialog* ui;
|
||||
|
||||
int oldInterp;
|
||||
int oldBitrate;
|
||||
int oldVolume;
|
||||
QButtonGroup* grpMicMode;
|
||||
};
|
||||
|
Reference in New Issue
Block a user