Remove dumplicate double dummy backend from SNDCoreList.
This commit is contained in:
parent
e96e14d8e6
commit
706af15ebe
desmume/src/gtk
|
@ -339,7 +339,6 @@ static const GtkRadioActionEntry savet_entries[] = {
|
||||||
|
|
||||||
SoundInterface_struct *SNDCoreList[] = {
|
SoundInterface_struct *SNDCoreList[] = {
|
||||||
&SNDDummy,
|
&SNDDummy,
|
||||||
&SNDDummy,
|
|
||||||
&SNDSDL,
|
&SNDSDL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue