Add GameBoy emulator prototype

This commit is contained in:
Hermes Reyna Bot
2026-07-17 11:05:33 -04:00
parent e68909d64d
commit 07749d86a1
7 changed files with 4809 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS Source ../../../Libraries/PeanutGB
REQUIRES TactilitySDK
)