mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, improve extension handling
This commit is contained in:
parent
68a950875c
commit
192ab01579
4 changed files with 5 additions and 5 deletions
|
@ -38,8 +38,8 @@
|
|||
#define REVISION "0"
|
||||
|
||||
static const char *rom_exts[] = {
|
||||
"zip",
|
||||
"bin", "smd", "gen", "md",
|
||||
"zip", "bin",
|
||||
"pco", "smd", "gen", "md",
|
||||
"iso", "cso", "cue", "chd",
|
||||
"32x",
|
||||
"sms", "gg", "sg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue