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
|
||||
[fsbrowser]: ../interface/common.md#the-filesystem-browser
|
||||
[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,
|
||||
icarus [defaults](../interface/icarus.md#the-icarus-settings-dialog)
|
||||
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.
|
||||
Instead,
|
||||
when higan loads a game,
|
||||
|
|
|
@ -105,7 +105,7 @@ higan has five Quick State slots,
|
|||
which can be used from
|
||||
[the Tools menu](../interface/higan.md#the-tools-menu),
|
||||
or with the appropriate
|
||||
[hotkeys](../interface/higan-config.md#hotkeys).
|
||||
[hotkeys](../interface/higan-settings.md#hotkeys).
|
||||
|
||||
Quick states are useful
|
||||
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
|
||||
[the Settings menu](interface/higan.md#the-settings-menu)
|
||||
- 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)
|
||||
- Make sure your computer has speakers or headphones connected
|
||||
(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
|
||||
but games run too slowly,
|
||||
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.
|
||||
|
||||
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,
|
||||
then stops dead as it waits for output to complete).
|
||||
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,
|
||||
try disabling "power saver" 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,
|
||||
or to choose different ones,
|
||||
go to
|
||||
[the Advanced tab](../interface/higan-config.md#advanced)
|
||||
[the Advanced tab](../interface/higan-settings.md#advanced)
|
||||
of the Settings window.
|
||||
|
||||
Here are the most notable drivers
|
||||
|
@ -52,7 +52,7 @@ On Windows:
|
|||
- **Direct3D** is a good choice
|
||||
if OpenGL is unavailable.
|
||||
It also allows
|
||||
[Exclusive fullscreen](../interface/higan-config.md#video),
|
||||
[Exclusive fullscreen](../interface/higan-settings.md#video),
|
||||
bypassing Windows' desktop compositor.
|
||||
- **GDI** is the safest choice,
|
||||
but performs very poorly at large sizes.
|
||||
|
@ -84,7 +84,7 @@ On Windows:
|
|||
- **WASAPI** offers low latency,
|
||||
but is only slightly more likely to work.
|
||||
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,
|
||||
but may be better or worse than shared mode
|
||||
in practice.
|
||||
|
|
|
@ -67,7 +67,7 @@ like `Game Boy Advance.sys` and `Super Famicom.sys`.
|
|||
Launch higan,
|
||||
open the Settings menu,
|
||||
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.
|
||||
Under "Driver Selection",
|
||||
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
|
||||
until you exit full-screen mode
|
||||
by pressing the "Toggle Fullscreen"
|
||||
[hotkey](higan-config.md#hotkeys).
|
||||
[hotkey](higan-settings.md#hotkeys).
|
||||
|
||||
When `PATH` is the path to an existing
|
||||
[game folder](../concepts/game-folders.md)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TODO: Rename this file to "higan-settings.md"
|
||||
|
||||
The Settings window
|
||||
appears when you choose
|
||||
one of the items at the bottom of
|
||||
|
@ -94,7 +92,7 @@ settings apply
|
|||
when higan was started with the `--fullscreen`
|
||||
[command-line option](higan-cli.md)
|
||||
or when the user pressed
|
||||
the Toggle Fullscreen [hotkey](higan-config.md#hotkeys).
|
||||
the Toggle Fullscreen [hotkey](higan-settings.md#hotkeys).
|
||||
|
||||
- **Aspect Correction**
|
||||
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 the first controller port,
|
||||
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
|
||||
which host controller inputs are used
|
||||
for the emulated controllers.
|
||||
|
@ -98,7 +98,7 @@ but few consoles have all of them.
|
|||
to connect different emulated controllers
|
||||
to the second controller port,
|
||||
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
|
||||
which host controller inputs are used
|
||||
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.
|
||||
See [The status bar](#the-status-bar) for more information.
|
||||
- **Video ...**
|
||||
opens [higan's Video settings](higan-config.md#video).
|
||||
opens [higan's Video settings](higan-settings.md#video).
|
||||
- **Audio ...**
|
||||
opens [higan's Audio settings](higan-config.md#audio).
|
||||
opens [higan's Audio settings](higan-settings.md#audio).
|
||||
- **Input ...**
|
||||
opens [higan's Input settings](higan-config.md#input).
|
||||
opens [higan's Input settings](higan-settings.md#input).
|
||||
- **Hotkeys ...**
|
||||
opens [higan's Hotkeys settings](higan-config.md#hotkeys).
|
||||
opens [higan's Hotkeys settings](higan-settings.md#hotkeys).
|
||||
- **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
|
||||
|
||||
|
@ -263,12 +263,12 @@ you may need a faster computer,
|
|||
or a faster [video driver](../guides/drivers.md#video).
|
||||
If the number is too high,
|
||||
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"
|
||||
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
|
||||
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.
|
||||
To resume emulation,
|
||||
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),
|
||||
turn off
|
||||
"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,
|
||||
and edit `manifest.bml` in
|
||||
[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:
|
||||
|
||||
- Open
|
||||
[higan's Input settings](interface/higan-config.md#input)
|
||||
[higan's Input settings](interface/higan-settings.md#input)
|
||||
- In the list of consoles,
|
||||
select Game Boy, or Game Boy Color
|
||||
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:
|
||||
|
||||
- Open
|
||||
[higan's Input settings](interface/higan-config.md#input)
|
||||
[higan's Input settings](interface/higan-settings.md#input)
|
||||
- In the list of consoles,
|
||||
select Game Boy Advance
|
||||
- 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
|
||||
so the screen is tall rather than wide.
|
||||
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,
|
||||
the console's video output is rotated 90° anti-clockwise,
|
||||
|
@ -303,7 +303,7 @@ vertically or horizontally.
|
|||
that requires the player to repeatedly rotate
|
||||
the device as they play.
|
||||
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,
|
||||
the console's video output is rotated 90° anti-clockwise,
|
||||
|
|
|
@ -25,7 +25,7 @@ Once higan's installed,
|
|||
start it up.
|
||||
Open the "Settings" menu,
|
||||
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
|
||||
for a lot of different consoles,
|
||||
|
|
|
@ -13,7 +13,7 @@ pages:
|
|||
- General: install/general.md
|
||||
- User Interface:
|
||||
- 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 command line: interface/higan-cli.md
|
||||
- icarus: interface/icarus.md
|
||||
|
|
Loading…
Reference in New Issue