mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-12 13:54:40 +02:00
Update more docs for v107.
This commit is contained in:
@@ -140,7 +140,11 @@ are placed in a `higan` sub-folder:
|
|||||||
All information present in
|
All information present in
|
||||||
[the Cheat Editor](../interface/higan-tools.md#the-cheat-editor)
|
[the Cheat Editor](../interface/higan-tools.md#the-cheat-editor)
|
||||||
is stored here.
|
is stored here.
|
||||||
|
- `notes.txt`:
|
||||||
|
Everything entered in the [Game Notes] is stored here.
|
||||||
- `states/quick/slot-*.bst`:
|
- `states/quick/slot-*.bst`:
|
||||||
All [Quick States](save-states.md#quick-states) are stored here.
|
All [Quick States](save-states.md#quick-states) are stored here.
|
||||||
- `states/managed/slot-*.bst`:
|
- `states/managed/slot-*.bst`:
|
||||||
All [Manager States](save-states.md#manager-states) are stored here.
|
All [Manager States](save-states.md#manager-states) are stored here.
|
||||||
|
|
||||||
|
[Game Notes]: ../interface/higan-tools.md#game-notes
|
||||||
|
@@ -9,8 +9,7 @@ reproduce the scanlines and blurring of the original display,
|
|||||||
or any other visual effect.
|
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 "Video Shaders" sub-menu of the [Settings menu].
|
||||||
[the Settings menu](../interface/higan.md#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](drivers.md#video) higan is configured to use.
|
||||||
Most drivers only support these shaders:
|
Most drivers only support these shaders:
|
||||||
@@ -68,11 +67,11 @@ it should contain a file named `manifest.bml`,
|
|||||||
and probably some `*.fs` or `*.vs` files.
|
and probably some `*.fs` or `*.vs` files.
|
||||||
|
|
||||||
Place the shader folder inside
|
Place the shader folder inside
|
||||||
the `Video Shaders` folder
|
the `shaders` folder
|
||||||
of your higan installation.
|
of your higan installation.
|
||||||
If you don't have a `Video Shaders` folder,
|
If you don't have a `shaders` folder,
|
||||||
create it beside the `*.sys` folders
|
create it beside the `systems` folder
|
||||||
like `Game Boy Advance.sys` and `Super Famicom.sys`.
|
and `settings.bml`.
|
||||||
|
|
||||||
- On Windows,
|
- On Windows,
|
||||||
this is probably the folder containing `higan.exe`
|
this is probably the folder containing `higan.exe`
|
||||||
@@ -213,3 +212,5 @@ The PC Engine does not support an interlaced mode,
|
|||||||
but its horizontal resolution is much more flexible
|
but its horizontal resolution is much more flexible
|
||||||
than the Super Famicom or Mega Drive,
|
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
|
||||||
|
Reference in New Issue
Block a user