mirror of https://github.com/bsnes-emu/bsnes.git
Rename higan-config.md to higan-settings.md
The file was originally named `higan-config.md` because the dialog box it described was called "higan Configuration", which was because the menu-item to open it was in a menu called "Settings" and it would have been weird to have a "Settings" item in a "Settings" menu. Now there are individual menu-items for each tab in the Settings dialog, none of which are named Settings, so the dialog has been renamed back to "Settings", and the filename should match.
This commit is contained in:
parent
1c13f0ad42
commit
a4483339e5
|
@ -83,4 +83,4 @@ and telling higan where to find them.
|
||||||
[icsettings]: ../interface/icarus.md#the-icarus-settings-dialog
|
[icsettings]: ../interface/icarus.md#the-icarus-settings-dialog
|
||||||
[fsbrowser]: ../interface/common.md#the-filesystem-browser
|
[fsbrowser]: ../interface/common.md#the-filesystem-browser
|
||||||
[settingsmenu]: ../interface/higan.md#the-settings-menu
|
[settingsmenu]: ../interface/higan.md#the-settings-menu
|
||||||
[advsettings]: ../interface/higan-config.md#advanced
|
[advsettings]: ../interface/higan-settings.md#advanced
|
||||||
|
|
|
@ -116,7 +116,7 @@ would break when played in emulators that supported the new format.
|
||||||
Therefore,
|
Therefore,
|
||||||
icarus [defaults](../interface/icarus.md#the-icarus-settings-dialog)
|
icarus [defaults](../interface/icarus.md#the-icarus-settings-dialog)
|
||||||
to not writing out manifests when it imports games,
|
to not writing out manifests when it imports games,
|
||||||
and higan [defaults](../interface/higan-config.md#advanced)
|
and higan [defaults](../interface/higan-settings.md#advanced)
|
||||||
to ignoring manifests that are present.
|
to ignoring manifests that are present.
|
||||||
Instead,
|
Instead,
|
||||||
when higan loads a game,
|
when higan loads a game,
|
||||||
|
|
|
@ -105,7 +105,7 @@ higan has five Quick State slots,
|
||||||
which can be used from
|
which can be used from
|
||||||
[the Tools menu](../interface/higan.md#the-tools-menu),
|
[the Tools menu](../interface/higan.md#the-tools-menu),
|
||||||
or with the appropriate
|
or with the appropriate
|
||||||
[hotkeys](../interface/higan-config.md#hotkeys).
|
[hotkeys](../interface/higan-settings.md#hotkeys).
|
||||||
|
|
||||||
Quick states are useful
|
Quick states are useful
|
||||||
as extra checkpoints
|
as extra checkpoints
|
||||||
|
|
|
@ -94,7 +94,7 @@ If games are running way too fast, here's some things to check:
|
||||||
- Make sure "Synchronize Audio" is ticked in
|
- Make sure "Synchronize Audio" is ticked in
|
||||||
[the Settings menu](interface/higan.md#the-settings-menu)
|
[the Settings menu](interface/higan.md#the-settings-menu)
|
||||||
- Make sure the Audio driver is not set to "None"
|
- Make sure the Audio driver is not set to "None"
|
||||||
in [the Advanced settings](interface/higan-config.md#advanced)
|
in [the Advanced settings](interface/higan-settings.md#advanced)
|
||||||
(remember to restart higan if you change driver settings)
|
(remember to restart higan if you change driver settings)
|
||||||
- Make sure your computer has speakers or headphones connected
|
- Make sure your computer has speakers or headphones connected
|
||||||
(some computers disable all audio if no ouputs are available)
|
(some computers disable all audio if no ouputs are available)
|
||||||
|
@ -127,7 +127,7 @@ although other emulated consoles may work.
|
||||||
If your computer meets the general speed requirements
|
If your computer meets the general speed requirements
|
||||||
but games run too slowly,
|
but games run too slowly,
|
||||||
try choosing a different
|
try choosing a different
|
||||||
[audio driver](interface/higan-config.md#advanced),
|
[audio driver](interface/higan-settings.md#advanced),
|
||||||
since that's usually what drives higan's timing.
|
since that's usually what drives higan's timing.
|
||||||
|
|
||||||
On some computers,
|
On some computers,
|
||||||
|
@ -137,7 +137,7 @@ may be confused by higan's unusual pattern of CPU usage
|
||||||
and the next few milliseconds of audio,
|
and the next few milliseconds of audio,
|
||||||
then stops dead as it waits for output to complete).
|
then stops dead as it waits for output to complete).
|
||||||
If holding down
|
If holding down
|
||||||
the [fast forward hotkey](interface/higan-config.md#hotkeys)
|
the [fast forward hotkey](interface/higan-settings.md#hotkeys)
|
||||||
runs too fast but the game normally runs too slow,
|
runs too fast but the game normally runs too slow,
|
||||||
try disabling "power saver" mode
|
try disabling "power saver" mode
|
||||||
or enabling "performance" mode.
|
or enabling "performance" mode.
|
||||||
|
|
|
@ -15,7 +15,7 @@ so you can find the one that works best for you.
|
||||||
To see what drivers you're currently using,
|
To see what drivers you're currently using,
|
||||||
or to choose different ones,
|
or to choose different ones,
|
||||||
go to
|
go to
|
||||||
[the Advanced tab](../interface/higan-config.md#advanced)
|
[the Advanced tab](../interface/higan-settings.md#advanced)
|
||||||
of the Settings window.
|
of the Settings window.
|
||||||
|
|
||||||
Here are the most notable drivers
|
Here are the most notable drivers
|
||||||
|
@ -52,7 +52,7 @@ On Windows:
|
||||||
- **Direct3D** is a good choice
|
- **Direct3D** is a good choice
|
||||||
if OpenGL is unavailable.
|
if OpenGL is unavailable.
|
||||||
It also allows
|
It also allows
|
||||||
[Exclusive fullscreen](../interface/higan-config.md#video),
|
[Exclusive fullscreen](../interface/higan-settings.md#video),
|
||||||
bypassing Windows' desktop compositor.
|
bypassing Windows' desktop compositor.
|
||||||
- **GDI** is the safest choice,
|
- **GDI** is the safest choice,
|
||||||
but performs very poorly at large sizes.
|
but performs very poorly at large sizes.
|
||||||
|
@ -84,7 +84,7 @@ On Windows:
|
||||||
- **WASAPI** offers low latency,
|
- **WASAPI** offers low latency,
|
||||||
but is only slightly more likely to work.
|
but is only slightly more likely to work.
|
||||||
It also offers
|
It also offers
|
||||||
[Exclusive Mode](../interface/higan-config.md#audio),
|
[Exclusive Mode](../interface/higan-settings.md#audio),
|
||||||
which can improve audio quality and lower latency,
|
which can improve audio quality and lower latency,
|
||||||
but may be better or worse than shared mode
|
but may be better or worse than shared mode
|
||||||
in practice.
|
in practice.
|
||||||
|
|
|
@ -67,7 +67,7 @@ like `Game Boy Advance.sys` and `Super Famicom.sys`.
|
||||||
Launch higan,
|
Launch higan,
|
||||||
open the Settings menu,
|
open the Settings menu,
|
||||||
and choose "Advanced ..."
|
and choose "Advanced ..."
|
||||||
to open [the Advanced tab](../interface/higan-config.md#advanced)
|
to open [the Advanced tab](../interface/higan-settings.md#advanced)
|
||||||
of the Settings dialog.
|
of the Settings dialog.
|
||||||
Under "Driver Selection",
|
Under "Driver Selection",
|
||||||
make sure "Video" is set to "OpenGL".
|
make sure "Video" is set to "OpenGL".
|
||||||
|
|
|
@ -12,7 +12,7 @@ This is not much use unless you also specify `PATH`,
|
||||||
because you won't be able to load a game
|
because you won't be able to load a game
|
||||||
until you exit full-screen mode
|
until you exit full-screen mode
|
||||||
by pressing the "Toggle Fullscreen"
|
by pressing the "Toggle Fullscreen"
|
||||||
[hotkey](higan-config.md#hotkeys).
|
[hotkey](higan-settings.md#hotkeys).
|
||||||
|
|
||||||
When `PATH` is the path to an existing
|
When `PATH` is the path to an existing
|
||||||
[game folder](../concepts/game-folders.md)
|
[game folder](../concepts/game-folders.md)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
TODO: Rename this file to "higan-settings.md"
|
|
||||||
|
|
||||||
The Settings window
|
The Settings window
|
||||||
appears when you choose
|
appears when you choose
|
||||||
one of the items at the bottom of
|
one of the items at the bottom of
|
||||||
|
@ -94,7 +92,7 @@ settings apply
|
||||||
when higan was started with the `--fullscreen`
|
when higan was started with the `--fullscreen`
|
||||||
[command-line option](higan-cli.md)
|
[command-line option](higan-cli.md)
|
||||||
or when the user pressed
|
or when the user pressed
|
||||||
the Toggle Fullscreen [hotkey](higan-config.md#hotkeys).
|
the Toggle Fullscreen [hotkey](higan-settings.md#hotkeys).
|
||||||
|
|
||||||
- **Aspect Correction**
|
- **Aspect Correction**
|
||||||
behaves the same way as in Windowed mode above.
|
behaves the same way as in Windowed mode above.
|
|
@ -85,7 +85,7 @@ but few consoles have all of them.
|
||||||
to connect different emulated controllers
|
to connect different emulated controllers
|
||||||
to the first controller port,
|
to the first controller port,
|
||||||
if there is one.
|
if there is one.
|
||||||
- See [higan's Input settings](higan-config.md#input)
|
- See [higan's Input settings](higan-settings.md#input)
|
||||||
for information about configuring
|
for information about configuring
|
||||||
which host controller inputs are used
|
which host controller inputs are used
|
||||||
for the emulated controllers.
|
for the emulated controllers.
|
||||||
|
@ -98,7 +98,7 @@ but few consoles have all of them.
|
||||||
to connect different emulated controllers
|
to connect different emulated controllers
|
||||||
to the second controller port,
|
to the second controller port,
|
||||||
if there is one.
|
if there is one.
|
||||||
- See [higan's Input settings](higan-config.md#input)
|
- See [higan's Input settings](higan-settings.md#input)
|
||||||
for information about configuring
|
for information about configuring
|
||||||
which host controller inputs are used
|
which host controller inputs are used
|
||||||
for the emulated controllers.
|
for the emulated controllers.
|
||||||
|
@ -195,15 +195,15 @@ that aren't specific to any particular console.
|
||||||
This option has no effect in full-screen mode.
|
This option has no effect in full-screen mode.
|
||||||
See [The status bar](#the-status-bar) for more information.
|
See [The status bar](#the-status-bar) for more information.
|
||||||
- **Video ...**
|
- **Video ...**
|
||||||
opens [higan's Video settings](higan-config.md#video).
|
opens [higan's Video settings](higan-settings.md#video).
|
||||||
- **Audio ...**
|
- **Audio ...**
|
||||||
opens [higan's Audio settings](higan-config.md#audio).
|
opens [higan's Audio settings](higan-settings.md#audio).
|
||||||
- **Input ...**
|
- **Input ...**
|
||||||
opens [higan's Input settings](higan-config.md#input).
|
opens [higan's Input settings](higan-settings.md#input).
|
||||||
- **Hotkeys ...**
|
- **Hotkeys ...**
|
||||||
opens [higan's Hotkeys settings](higan-config.md#hotkeys).
|
opens [higan's Hotkeys settings](higan-settings.md#hotkeys).
|
||||||
- **Advanced ...**
|
- **Advanced ...**
|
||||||
opens [higan's Advanced settings](higan-config.md#advanced).
|
opens [higan's Advanced settings](higan-settings.md#advanced).
|
||||||
|
|
||||||
[svsa]: #why-do-synchronize-video-and-synchronize-audio-conflict
|
[svsa]: #why-do-synchronize-video-and-synchronize-audio-conflict
|
||||||
|
|
||||||
|
@ -263,12 +263,12 @@ you may need a faster computer,
|
||||||
or a faster [video driver](../guides/drivers.md#video).
|
or a faster [video driver](../guides/drivers.md#video).
|
||||||
If the number is too high,
|
If the number is too high,
|
||||||
you may need to [Synchronize Audio](#the-settings-menu),
|
you may need to [Synchronize Audio](#the-settings-menu),
|
||||||
or you may have pressed the "turbo" [hotkey](higan-config.md#hotkeys).
|
or you may have pressed the "turbo" [hotkey](higan-settings.md#hotkeys).
|
||||||
|
|
||||||
The status bar displays "Paused"
|
The status bar displays "Paused"
|
||||||
if you have pressed the "pause" [hotkey](higan-config.md#hotkeys),
|
if you have pressed the "pause" [hotkey](higan-settings.md#hotkeys),
|
||||||
or if "When focus is lost: Pause Emulation" is ticked
|
or if "When focus is lost: Pause Emulation" is ticked
|
||||||
in [higan's Input settings](higan-config.md#input)
|
in [higan's Input settings](higan-settings.md#input)
|
||||||
and the main higan window is not the foreground window.
|
and the main higan window is not the foreground window.
|
||||||
To resume emulation,
|
To resume emulation,
|
||||||
make sure the main higan window is in the foreground,
|
make sure the main higan window is in the foreground,
|
||||||
|
|
|
@ -203,7 +203,7 @@ you will need to turn on
|
||||||
[the Icarus settings dialog](interface/icarus.md#the-icarus-settings-dialog),
|
[the Icarus settings dialog](interface/icarus.md#the-icarus-settings-dialog),
|
||||||
turn off
|
turn off
|
||||||
"Ignore manifests" in
|
"Ignore manifests" in
|
||||||
[higan's Advanced settings](interface/higan-config.md#advanced),
|
[higan's Advanced settings](interface/higan-settings.md#advanced),
|
||||||
re-import the game,
|
re-import the game,
|
||||||
and edit `manifest.bml` in
|
and edit `manifest.bml` in
|
||||||
[the game folder](concepts/game-folders.md)
|
[the game folder](concepts/game-folders.md)
|
||||||
|
@ -229,7 +229,7 @@ to experience the rumble effect in higan
|
||||||
you'll need to configure the console itself:
|
you'll need to configure the console itself:
|
||||||
|
|
||||||
- Open
|
- Open
|
||||||
[higan's Input settings](interface/higan-config.md#input)
|
[higan's Input settings](interface/higan-settings.md#input)
|
||||||
- In the list of consoles,
|
- In the list of consoles,
|
||||||
select Game Boy, or Game Boy Color
|
select Game Boy, or Game Boy Color
|
||||||
depending on which console you want to use to play the game
|
depending on which console you want to use to play the game
|
||||||
|
@ -254,7 +254,7 @@ to experience the rumble effect in higan
|
||||||
you'll need to configure the console itself:
|
you'll need to configure the console itself:
|
||||||
|
|
||||||
- Open
|
- Open
|
||||||
[higan's Input settings](interface/higan-config.md#input)
|
[higan's Input settings](interface/higan-settings.md#input)
|
||||||
- In the list of consoles,
|
- In the list of consoles,
|
||||||
select Game Boy Advance
|
select Game Boy Advance
|
||||||
- In the list of inputs,
|
- In the list of inputs,
|
||||||
|
@ -283,7 +283,7 @@ as well as a bonus mode in *Dr Mario + Puzzle League*,
|
||||||
expect the player to physically rotate the device
|
expect the player to physically rotate the device
|
||||||
so the screen is tall rather than wide.
|
so the screen is tall rather than wide.
|
||||||
higan supports this feature with
|
higan supports this feature with
|
||||||
a Rotate [hotkey](interface/higan-config.md#hotkeys).
|
a Rotate [hotkey](interface/higan-settings.md#hotkeys).
|
||||||
|
|
||||||
When the user presses the Rotate hotkey,
|
When the user presses the Rotate hotkey,
|
||||||
the console's video output is rotated 90° anti-clockwise,
|
the console's video output is rotated 90° anti-clockwise,
|
||||||
|
@ -303,7 +303,7 @@ vertically or horizontally.
|
||||||
that requires the player to repeatedly rotate
|
that requires the player to repeatedly rotate
|
||||||
the device as they play.
|
the device as they play.
|
||||||
higan supports this feature with
|
higan supports this feature with
|
||||||
a Rotate [hotkey](interface/higan-config.md#hotkeys).
|
a Rotate [hotkey](interface/higan-settings.md#hotkeys).
|
||||||
|
|
||||||
When the user presses the Rotate hotkey,
|
When the user presses the Rotate hotkey,
|
||||||
the console's video output is rotated 90° anti-clockwise,
|
the console's video output is rotated 90° anti-clockwise,
|
||||||
|
|
|
@ -25,7 +25,7 @@ Once higan's installed,
|
||||||
start it up.
|
start it up.
|
||||||
Open the "Settings" menu,
|
Open the "Settings" menu,
|
||||||
and choose "Input ..."
|
and choose "Input ..."
|
||||||
to open [the Input settings](interface/higan-config.md#input).
|
to open [the Input settings](interface/higan-settings.md#input).
|
||||||
|
|
||||||
higan supports a *lot* of different controllers
|
higan supports a *lot* of different controllers
|
||||||
for a lot of different consoles,
|
for a lot of different consoles,
|
||||||
|
|
|
@ -13,7 +13,7 @@ pages:
|
||||||
- General: install/general.md
|
- General: install/general.md
|
||||||
- User Interface:
|
- User Interface:
|
||||||
- higan's main window: interface/higan.md
|
- higan's main window: interface/higan.md
|
||||||
- higan's Settings window: interface/higan-config.md
|
- higan's Settings window: interface/higan-settings.md
|
||||||
- higan's Tools window: interface/higan-tools.md
|
- higan's Tools window: interface/higan-tools.md
|
||||||
- higan's command line: interface/higan-cli.md
|
- higan's command line: interface/higan-cli.md
|
||||||
- icarus: interface/icarus.md
|
- icarus: interface/icarus.md
|
||||||
|
|
Loading…
Reference in New Issue