Skip to content

Commit b8b3ea2

Browse files
committed
Mark Genesis Plus GX as experimental
1 parent eef24e6 commit b8b3ea2

File tree

1 file changed

+2
-2
lines changed
  • OPNMIDI-Player/src/main/java/ru/wohlsoft/opnmidiplayer

1 file changed

+2
-2
lines changed

OPNMIDI-Player/src/main/java/ru/wohlsoft/opnmidiplayer/Player.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
201201
"Mame YM2612 OPN2 (accurate and fast)",
202202
"Nuked OPN2 (very accurate and !HEAVY!)",
203203
"GENS OPN2 (broken SSG-EG and envelopes)",
204-
"Genesis Plus GX OPN2 (accurate and fast)",
204+
"Genesis Plus GX OPN2 (EXPERIMENTAL)",
205205
"Neko Project II OPNA (semi-accurate and fast)",
206206
"Mame YM2602 OPNA (accurate and fast)",
207-
"PMDWin OPNA (experimental)"
207+
"PMDWin OPNA (EXPERIMENTAL)"
208208
};
209209

210210
ArrayAdapter<String> adapterEMU = new ArrayAdapter<String>(

0 commit comments

Comments
 (0)