From 26e86628966bd0f6a1b61efff57c041e3c41317a Mon Sep 17 00:00:00 2001 From: uvos Date: Sat, 18 Nov 2023 14:17:14 +0100 Subject: [PATCH] better error messages --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.cpp b/main.cpp index dfea928..53a36fa 100644 --- a/main.cpp +++ b/main.cpp @@ -56,7 +56,10 @@ int main(int argc, char* argv[]) if(!config.overlay.empty()) { if(!overlay.open(config.overlay.c_str(), config.Xres, config.Yres, 3)) + { + std::cout<<"Unable to open "<