added preset profiles for default, psx, and dos
This commit is contained in:
parent
0366fadbd9
commit
1b5a2f5fa7
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#define dithering // whether or not to apply dithering
|
||||
#define colorMode 0 // hsv/rgb [0 1]
|
||||
|
||||
#define hueSteps 8 // the number of hues to use [2 4 8 16 32 64]
|
||||
#define hueSteps 4 // the number of hues to use [2 4 8 16 32 64]
|
||||
#define satSteps 4 // the number of saturations to use [2 4 8 16 32 64]
|
||||
#define valSteps 4 // the number of lightnesses to use [2 4 8 16 32 64]
|
||||
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
sliders=pixelSize hueSteps satSteps valSteps rgbSteps vWarp
|
||||
|
||||
screen=pixelSize <empty> [COLOR] [PSX]
|
||||
profile.DEFAULT=pixelSize=2 colorMode=0 dithering hueSteps=4 satSteps=4 valSteps=4 vWarp=0 !tWarp
|
||||
profile.PSX=pixelsize=2 colorMode=1 !dithering rgbSteps=16 vWarp=2 tWarp
|
||||
profile.DOS=pixelSize=4 colorMode=1 dithering rgbSteps=2 vWarp=0 !tWarp
|
||||
|
||||
screen=<profile> <empty> pixelSize <empty> [COLOR] [PSX]
|
||||
|
||||
screen.COLOR=colorMode dithering rgbSteps <empty> hueSteps satSteps valSteps
|
||||
screen.PSX=vWarp tWarp
|
||||
|
|
Loading…
Reference in a new issue