From a5a2b8c29f484682e5321291e118269bb6031886 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 5 May 2024 13:46:35 -0400 Subject: [PATCH] corrected N64 color depth --- shaders/shaders.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shaders/shaders.properties b/shaders/shaders.properties index a6d22fc..be95d7a 100644 --- a/shaders/shaders.properties +++ b/shaders/shaders.properties @@ -7,8 +7,7 @@ profile.DOS=pixelSize=4 colorMode=1 dithering colorDepth=3 vWarp=1 !tWarp !hBlur profile.DOTMATRIX=pixelSize=4 colorMode=1 colorDepth=1 monoPalette=1 dithering vWarp=1 !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=profile.PSX vWarp=0 !tWarp hBlur interlacing -profile.SNES=pixelSize=4 colorMode=1 dithering colorDepth=15 vWarp=1 !tWarp !hBlur interlacing +profile.REALITY=pixelSize=2 colorMode=1 colorDepth=15 !dithering vWarp=0 !tWarp hBlur interlacing profile.VR32=pixelSize=8 colorMode=1 !dithering colorDepth=1 monoPalette=2 vWarp=1 !tWarp !hBlur !interlacing # -- SCREENS --