diff --git a/shaders/lang/en_US.lang b/shaders/lang/en_US.lang index dc31a9f..88bd10e 100644 --- a/shaders/lang/en_US.lang +++ b/shaders/lang/en_US.lang @@ -3,6 +3,7 @@ profile.DEFAULT=Default profile.AEON=Aeon Upstream profile.DOS=DOS profile.DOTMATRIX=Dot Matrix Game +profile.EIGHTBIT=8-bit profile.OBRADINN=Obra Dinn profile.PSX=PSX profile.REALITY=Project Reality diff --git a/shaders/shaders.properties b/shaders/shaders.properties index 4e74a45..712f421 100644 --- a/shaders/shaders.properties +++ b/shaders/shaders.properties @@ -5,6 +5,7 @@ profile.DEFAULT=pixelSize=2 colorMode=0 dithering hueBits=2 satBits=2 valBits=2 profile.AEON=pixelSize=1 colorMode=0 dithering hueBits=3 satBits=2 valBits=2 vWarp=0 !tWarp !hBlur !interlacing profile.DOS=pixelSize=4 colorMode=1 dithering colorDepth=3 vWarp=1 !tWarp !hBlur !interlacing profile.DOTMATRIX=pixelSize=4 colorMode=1 colorDepth=1 monoPalette=1 dithering vWarp=1 !tWarp !hBlur !interlacing +profile.EIGHTBIT=pixelSize=4 colorMode=1 dithering colorDepth=8 vWarp=0 !tWarp !hBlur !interlacing profile.OBRADINN=pixelSize=2 colorMode=1 colorDepth=1 monoPalette=0 dithering vWarp=0 !tWarp !hBlur !interlacing profile.PSX=pixelSize=2 colorMode=1 !dithering colorDepth=24 vWarp=2 tWarp !hBlur interlacing profile.REALITY=pixelSize=2 colorMode=1 colorDepth=15 !dithering vWarp=0 !tWarp hBlur interlacing