Skip to content

Commit

Permalink
adds ws2812.pio to gamecube only build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDaleSmith committed Oct 16, 2023
1 parent 8ab8220 commit 01560d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PCEMouse/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pico_generate_pio_header(usbretro_pce ${CMAKE_CURRENT_LIST_DIR}/clock.pio )
pico_generate_pio_header(usbretro_pce ${CMAKE_CURRENT_LIST_DIR}/select.pio )
pico_generate_pio_header(usbretro_pce ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio )
pico_generate_pio_header(usbretro_ngc ${CMAKE_CURRENT_LIST_DIR}/lib/joybus-pio/src/joybus.pio )
pico_generate_pio_header(usbretro_ngc ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio )

## SET TARGE SOURCES
set(COMMON_SOURCES
Expand Down

0 comments on commit 01560d7

Please sign in to comment.