mirror of https://github.com/bsnes-emu/bsnes.git
No-Intro changed their naming conventions.
Sufami Turbo games are in a separate set now, they don't have the "(ST)" marker in the filename. Satellaview memory paks may have "(BS)", "(BS SoundLink)" or "(BSROM)" for various reasons that aren't important to higan, so let's just not mention them at all.
This commit is contained in:
parent
a1eaec493a
commit
a81802422f
|
@ -293,7 +293,7 @@ that's OK,
|
||||||
but the name *inside* the `.zip` file
|
but the name *inside* the `.zip` file
|
||||||
must end in `.bs`)
|
must end in `.bs`)
|
||||||
in order for it to be successfully imported.
|
in order for it to be successfully imported.
|
||||||
Sometimes memory pak filenames end in `(BSROM).sfc`,
|
Sometimes memory pak filenames end in `.sfc`,
|
||||||
which will make higan try to import them as
|
which will make higan try to import them as
|
||||||
regular Super Famicom games
|
regular Super Famicom games
|
||||||
and fail.
|
and fail.
|
||||||
|
@ -357,7 +357,7 @@ that's OK,
|
||||||
but the name *inside* the `.zip` file
|
but the name *inside* the `.zip` file
|
||||||
must end in `.st`)
|
must end in `.st`)
|
||||||
in order for it to be successfully imported.
|
in order for it to be successfully imported.
|
||||||
Sometimes mini-cartridge filenames end in `(ST).sfc`,
|
Sometimes mini-cartridge filenames end in `.sfc`,
|
||||||
which will make higan try to import them as
|
which will make higan try to import them as
|
||||||
regular Super Famicom games,
|
regular Super Famicom games,
|
||||||
and fail miserably.
|
and fail miserably.
|
||||||
|
|
Loading…
Reference in New Issue