this repo has no description
0
fork

Configure Feed

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

Revert "we always need project now"

This reverts commit 366aaac163cdb9f0a92546acd390d45860c35b49.

+7 -1
+4 -1
CMakeLists.txt
··· 738 738 ${TIC80LIB_DIR}/studio/editors/sfx.c 739 739 ${TIC80LIB_DIR}/studio/editors/music.c 740 740 ${TIC80LIB_DIR}/studio/studio.c 741 - ${TIC80LIB_DIR}/studio/project.c 742 741 ${TIC80LIB_DIR}/studio/config.c 743 742 ${TIC80LIB_DIR}/studio/demos.c 744 743 ${TIC80LIB_DIR}/studio/fs.c ··· 748 747 ${TIC80LIB_DIR}/ext/gif.c 749 748 ${TIC80LIB_DIR}/ext/png.c 750 749 ) 750 + 751 + #if(${BUILD_PRO}) 752 + set(TIC80STUDIO_SRC ${TIC80STUDIO_SRC} ${TIC80LIB_DIR}/studio/project.c) 753 + #endif() 751 754 752 755 set(TIC80_OUTPUT tic80) 753 756
+3
src/studio/screens/console.c
··· 29 29 #include "zip.h" 30 30 #include "studio/demos.h" 31 31 32 + #if defined(TIC80_PRO) 32 33 #include "studio/project.h" 34 + #else 33 35 #include "cart.h" 36 + #endif 34 37 35 38 #include <ctype.h> 36 39 #include <string.h>