mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Only display "download atrac3+ plugin" when it is not installed.
This commit is contained in:
parent
de0b94542f
commit
6d82479fe5
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ void AudioScreen::render() {
|
|||
#if (defined(_WIN32) && (defined(_M_IX86) || defined(_M_X64))) || defined(ARMEABI) || defined(ARMEABI_V7A)
|
||||
|
||||
VLinear vlinear(30, 300, 20);
|
||||
if (UIButton(GEN_ID, vlinear, 400, 0, a->T("Download Atrac3+ plugin"), ALIGN_LEFT)) {
|
||||
if (!Atrac3plus_Decoder::IsInstalled() && UIButton(GEN_ID, vlinear, 400, 0, a->T("Download Atrac3+ plugin"), ALIGN_LEFT)) {
|
||||
screenManager()->push(new PluginScreen());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue