diff --git a/gtk3/resources/ui/window.ui b/gtk3/resources/ui/window.ui index c4a53c6..8d2deef 100644 --- a/gtk3/resources/ui/window.ui +++ b/gtk3/resources/ui/window.ui @@ -577,6 +577,7 @@ Maximilian Mader https://github.com/max-m Nearest Neighbor (Pixelated) Bilinear (Blurry) Smooth Bilinear (Less blurry) + Monochrome LCD Display LCD Display CRT Display Scale2x diff --git a/gtk3/sameboy.gresource.xml b/gtk3/sameboy.gresource.xml index 1bee1a7..d170ce3 100644 --- a/gtk3/sameboy.gresource.xml +++ b/gtk3/sameboy.gresource.xml @@ -32,6 +32,7 @@ gtk3/resources/Shaders/Bilinear.fsh gtk3/resources/Shaders/CRT.fsh gtk3/resources/Shaders/HQ2x.fsh + gtk3/resources/Shaders/MonoLCD.fsh gtk3/resources/Shaders/LCD.fsh gtk3/resources/Shaders/MasterShader.fsh gtk3/resources/Shaders/NearestNeighbor.fsh