mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
Performance fix : disable atrac3 along when sound disabled
This commit is contained in:
parent
23da619abd
commit
6d969cc39f
@ -755,7 +755,8 @@ void AudioScreen::render() {
|
||||
if (Atrac3plus_Decoder::IsSupported()) {
|
||||
if (Atrac3plus_Decoder::IsInstalled() && g_Config.bEnableSound) {
|
||||
UICheckBox(GEN_ID, x + 60, y += stride, a->T("Enable Atrac3+"), ALIGN_TOPLEFT, &g_Config.bEnableAtrac3plus);
|
||||
}
|
||||
} else
|
||||
g_Config.bEnableAtrac3plus = false;
|
||||
|
||||
VLinear vlinear(30, 200, 20);
|
||||
if (UIButton(GEN_ID, vlinear, 400, 0, a->T("Download Atrac3+ plugin"), ALIGN_LEFT)) {
|
||||
|
Loading…
Reference in New Issue
Block a user