1
0
mirror of https://github.com/bsnes-emu/bsnes.git synced 2025-04-21 11:12:06 +02:00

Be clearer that some drivers don't support the basic shaders.

This commit is contained in:
Tim Allen 2017-07-25 17:22:07 +10:00
parent 3a967430eb
commit 0749009652

@ -6,8 +6,9 @@ Shaders customise how a console's video output
is drawn to the computer screen,
and can apply just about any effect you can imagine.
For most [drivers](drivers.md),
the only shaders available are:
Most [drivers](drivers.md)
only support these shaders
(some only support one or the other):
- **None** draws each computer pixel
in the same colour as the nearest console pixel.