From e897460a5a06adee4b43e6715e19bd86fa1f9d96 Mon Sep 17 00:00:00 2001 From: Sebastian Staacks Date: Sun, 8 Sep 2024 01:59:05 +0200 Subject: [PATCH] Update CMakeLists.txt --- firmware/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/CMakeLists.txt b/firmware/CMakeLists.txt index b21a968..94315a5 100644 --- a/firmware/CMakeLists.txt +++ b/firmware/CMakeLists.txt @@ -48,5 +48,6 @@ pico_generate_pio_header(gb_interceptor ) if (DEFINED BASE_VIDEO_MODE) - add_compile_definitions(BASE_VIDEO_MODE) #Uncomment for base video mode version with fixed 30fps and no frame blending + MESSAGE(STATUS "Building BASE_VIDEO_MODE variant") + add_compile_definitions("BASE_VIDEO_MODE") #Uncomment for base video mode version with fixed 30fps and no frame blending endif()