From 836cb024b57084471b3187f47e5ac379d5e467b3 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Fri, 10 Apr 2020 21:47:14 +0200 Subject: [PATCH] [GTK3] Add the MonoLCD shader to the selection --- gtk3/resources/ui/window.ui | 1 + gtk3/sameboy.gresource.xml | 1 + 2 files changed, 2 insertions(+) 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