mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Comment out unsupported audio formats
This commit is contained in:
parent
408864339f
commit
73d5cb5bad
1 changed files with 3 additions and 3 deletions
|
|
@ -535,10 +535,10 @@ static const char *audExt[] =
|
|||
{
|
||||
// "mid",
|
||||
// "midi",
|
||||
"mp3",
|
||||
// "mp3",
|
||||
// "wma",
|
||||
"ogg",
|
||||
"wav",
|
||||
"wma" // FIXME this prolly isn't even supported lol
|
||||
"wav"
|
||||
};
|
||||
|
||||
static const char *fonExt[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue