From 36fe02f1fdefcf4477c09588860d59308c1903af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lewandowski?= <49685661+FakeMichau@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:48:09 +0200 Subject: [PATCH] Include a corny message --- OptiScaler/menu/menu_common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index 1e755537..8e60cb7f 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -123,6 +123,7 @@ static std::vector splashText = { "Cope smarter, not harder", "Neural Slop Sampling with DLSS5", "DLSS 5 - the way it's meant to be slopped", "Just when I think I'm out, they scale me back in", + "How to remove those corny messages?!", "" }; static ImVec2 updateNoticePosition(-1000.0f, -1000.0f);