[GTK3] Add the MonoLCD shader to the selection

This commit is contained in:
Maximilian Mader 2020-04-10 21:47:14 +02:00
parent b142227577
commit 836cb024b5
Signed by: Max
GPG Key ID: F71D56A3151C4FB3
2 changed files with 2 additions and 0 deletions

View File

@ -577,6 +577,7 @@ Maximilian Mader https://github.com/max-m</property>
<item id="NearestNeighbor" translatable="yes">Nearest Neighbor (Pixelated)</item>
<item id="Bilinear" translatable="yes">Bilinear (Blurry)</item>
<item id="SmoothBilinear" translatable="yes">Smooth Bilinear (Less blurry)</item>
<item id="MonoLCD" translatable="yes">Monochrome LCD Display</item>
<item id="LCD" translatable="yes">LCD Display</item>
<item id="CRT" translatable="yes">CRT Display</item>
<item id="Scale2x" translatable="yes">Scale2x</item>

View File

@ -32,6 +32,7 @@
<file compressed="true" alias="Shaders/Bilinear.fsh">gtk3/resources/Shaders/Bilinear.fsh</file>
<file compressed="true" alias="Shaders/CRT.fsh">gtk3/resources/Shaders/CRT.fsh</file>
<file compressed="true" alias="Shaders/HQ2x.fsh">gtk3/resources/Shaders/HQ2x.fsh</file>
<file compressed="true" alias="Shaders/MonoLCD.fsh">gtk3/resources/Shaders/MonoLCD.fsh</file>
<file compressed="true" alias="Shaders/LCD.fsh">gtk3/resources/Shaders/LCD.fsh</file>
<file compressed="true" alias="Shaders/MasterShader.fsh">gtk3/resources/Shaders/MasterShader.fsh</file>
<file compressed="true" alias="Shaders/NearestNeighbor.fsh">gtk3/resources/Shaders/NearestNeighbor.fsh</file>