From a567c660566c07f6ba79d55f933f48c4dc67a340 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sat, 13 Apr 2024 14:01:16 -0400 Subject: [PATCH] added profiles to lang and added an Aeon profile --- shaders/lang/en_US.lang | 6 ++++++ shaders/shaders.properties | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/shaders/lang/en_US.lang b/shaders/lang/en_US.lang index 605a669..f049e14 100644 --- a/shaders/lang/en_US.lang +++ b/shaders/lang/en_US.lang @@ -1,4 +1,10 @@ +profile.DEFAULT=Default +profile.AEON=Aeon Upstream +profile.DOS=DOS +profile.PSX=PSX +profile.VR32=VR32 + option.pixelSize=Downscaling value.pixelSize.1=Off value.pixelSize.2=Low (2x) diff --git a/shaders/shaders.properties b/shaders/shaders.properties index 1d36e68..c7f0889 100644 --- a/shaders/shaders.properties +++ b/shaders/shaders.properties @@ -2,8 +2,9 @@ sliders=pixelSize hueSteps satSteps valSteps rgbSteps vWarp # -- PROFILES -- 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 itemFix +profile.AEON=pixelSize=1 colorMode=0 dithering hueSteps=8 satSteps=4 valSteps=4 vWarp=0 !tWarp profile.DOS=pixelSize=4 colorMode=1 dithering rgbSteps=2 vWarp=1 !tWarp +profile.PSX=pixelSize=2 colorMode=1 !dithering rgbSteps=16 vWarp=2 tWarp profile.VR32=pixelSize=8 colorMode=0 !dithering hueSteps=2 satSteps=2 valSteps=2 vWarp=1 !tWarp # -- SCREENS --