mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-26 19:21:50 +01:00
add swc ext support
This commit is contained in:
parent
757637d651
commit
b89d839da0
@ -285,7 +285,8 @@ bool IsValidROM(int method)
|
|||||||
{
|
{
|
||||||
if (stricmp(p, ".smc") == 0 ||
|
if (stricmp(p, ".smc") == 0 ||
|
||||||
stricmp(p, ".fig") == 0 ||
|
stricmp(p, ".fig") == 0 ||
|
||||||
stricmp(p, ".sfc") == 0)
|
stricmp(p, ".sfc") == 0 ||
|
||||||
|
stricmp(p, ".swc") == 0)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user