mirror of https://github.com/bsnes-emu/bsnes.git
I've been reminded that region-selection is a thing.
This commit is contained in:
parent
bc9e8c8f4a
commit
0ca6aaf6b7
|
@ -5,6 +5,11 @@
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
|
TODO: Put `NTSC-J|`, `NTSC-U|` or `PAL|`
|
||||||
|
at the beginning of the path
|
||||||
|
to force a region
|
||||||
|
for consoles where it can't be detected.
|
||||||
|
|
||||||
When launched with `--fullscreen`,
|
When launched with `--fullscreen`,
|
||||||
higan will automatically enter full-screen mode
|
higan will automatically enter full-screen mode
|
||||||
when it starts.
|
when it starts.
|
||||||
|
|
|
@ -38,6 +38,8 @@ if the archive contains a single ROM image.
|
||||||
**Note:** Some games require extra steps to import correctly;
|
**Note:** Some games require extra steps to import correctly;
|
||||||
see [the Game Library](#the-game-library) for details.
|
see [the Game Library](#the-game-library) for details.
|
||||||
|
|
||||||
|
TODO: Mention the region-picker.
|
||||||
|
|
||||||
To add many games at once,
|
To add many games at once,
|
||||||
run icarus,
|
run icarus,
|
||||||
or choose "Import ROM Files ..." from the Library menu
|
or choose "Import ROM Files ..." from the Library menu
|
||||||
|
|
Loading…
Reference in New Issue