mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Fixed crash when checking if a sound file can be decoded by GME
This commit is contained in:
@@ -72,7 +72,7 @@ bool GmeDecoder::accepts(const std::string &ext)
|
||||
static const std::string supported[] =
|
||||
{
|
||||
"ay", "gbs", "gym", "hes", "kss", "nsf",
|
||||
"nsfe", "sap", "spc", "vgm", "vgz"
|
||||
"nsfe", "sap", "spc", "vgm", "vgz", ""
|
||||
};
|
||||
|
||||
for (int i = 0; !(supported[i].empty()); i++)
|
||||
|
||||
Reference in New Issue
Block a user