Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks authored Sep 7, 2024
1 parent 77473e2 commit e897460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit e897460

Please sign in to comment.