this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

stub build fix

nesbox bfd7a99f 5f8df4b0

+1 -2
+1 -1
CMakeLists.txt
··· 427 427 target_link_libraries(tic80core${SCRIPT} m) 428 428 endif() 429 429 430 - target_compile_definitions(tic80core${SCRIPT} PRIVATE ${DEFINE}) 430 + target_compile_definitions(tic80core${SCRIPT} PUBLIC ${DEFINE}) 431 431 432 432 endmacro() 433 433
-1
src/studio/config.c
··· 211 211 { 212 212 .uiScale = 4, 213 213 .cart = config->cart, 214 - .theme.cursor = {-1, -1, -1, false}, 215 214 }; 216 215 } 217 216