Firmware: show *.BS files in file browser
This commit is contained in:
parent
530a5ac113
commit
7fc6952fab
@ -251,6 +251,7 @@ SNES_FTYPE determine_filetype(char* filename) {
|
|||||||
if( (!strcasecmp(ext+1, "SMC"))
|
if( (!strcasecmp(ext+1, "SMC"))
|
||||||
||(!strcasecmp(ext+1, "SFC"))
|
||(!strcasecmp(ext+1, "SFC"))
|
||||||
||(!strcasecmp(ext+1, "FIG"))
|
||(!strcasecmp(ext+1, "FIG"))
|
||||||
|
||(!strcasecmp(ext+1, "BS"))
|
||||||
) {
|
) {
|
||||||
return TYPE_SMC;
|
return TYPE_SMC;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user