Let's prefer footnote-style link syntax.

This commit is contained in:
Tim Allen 2018-05-17 20:11:07 +10:00
parent cd5dde0f62
commit 2e14bd1c81
2 changed files with 14 additions and 12 deletions

View File

@ -13,9 +13,9 @@ for video, audio and input,
so you can find the one that works best for you. 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] of the Settings window.
[the Advanced tab](../interface/higan-settings.md#advanced)
of the Settings window. [Advanced tab]: ../interface/higan-settings.md#advanced
Here are the most notable drivers Here are the most notable drivers
for each platform for each platform

View File

@ -11,7 +11,7 @@ or any other visual effect.
The available video shaders are listed in The available video shaders are listed in
the "Video Shaders" sub-menu of the [Settings menu]. the "Video Shaders" sub-menu of the [Settings menu].
Which shaders are available depends on Which shaders are available depends on
the [video driver](drivers.md#video) higan is configured to use. the [video driver] higan is configured to use.
Most drivers only support these shaders: Most drivers only support these shaders:
- **None** - **None**
@ -51,12 +51,13 @@ Where to get custom shaders
- higan includes some simple example shaders. - higan includes some simple example shaders.
If your copy of higan did not come with shaders, If your copy of higan did not come with shaders,
you can get them from you can get them from the [unofficial higan repository].
[the unofficial higan repository](https://gitlab.com/higan/higan/tree/master/shaders). - [quark-shaders] contains many high-quality shaders for use with higan.
- [quark-shaders](https://github.com/hizzlekizzle/quark-shaders)
contains many high-quality shaders for use with higan.
- You can write your own. - You can write your own.
[unofficial higan repository]: https://gitlab.com/higan/higan/tree/master/shaders
[quark-shaders]: https://github.com/hizzlekizzle/quark-shaders
How to install custom shaders How to install custom shaders
----------------------------- -----------------------------
@ -79,10 +80,9 @@ and `settings.bml`.
this is probably `~/.local/share/higan` this is probably `~/.local/share/higan`
Launch higan, Launch higan,
open the Settings menu, open the [Settings menu],
and choose "Advanced ..." and choose "Advanced ..." to open
to open [the Advanced tab](../interface/higan-settings.md#advanced) the [Advanced tab] of the Settings window.
of the Settings window.
Under "Driver Selection", Under "Driver Selection",
make sure "Video" is set to "OpenGL". make sure "Video" is set to "OpenGL".
If it wasn't already set that way, If it wasn't already set that way,
@ -214,3 +214,5 @@ than the Super Famicom or Mega Drive,
and so it has the same problems with shaders as those consoles. and so it has the same problems with shaders as those consoles.
[Settings menu]: ../interface/higan.md#the-settings-menu [Settings menu]: ../interface/higan.md#the-settings-menu
[video driver]: drivers.md#video
[Advanced tab]: ../interface/higan-settings.md#advanced