Skip to content

Commit

Permalink
Merge pull request #29 from Staacks/main
Browse files Browse the repository at this point in the history
Making a bit of a mess here. These should have gone into build_variants to begin with
  • Loading branch information
Staacks authored Sep 8, 2024
2 parents e6d3ff9 + e897460 commit e4edb2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ pico_generate_pio_header(gb_interceptor
${CMAKE_CURRENT_LIST_DIR}/jpeg/jpeg_encoding.pio
)

#add_compile_definitions(BASE_VIDEO_MODE) #Uncomment for base video mode version with fixed 30fps and no frame blending
if (DEFINED BASE_VIDEO_MODE)
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 e4edb2a

Please sign in to comment.