[GTK3] Add the MonoLCD shader to the selection
This commit is contained in:
parent
b142227577
commit
836cb024b5
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user