Renders on PSP identically.

This commit is contained in:
2026-03-08 19:51:00 -05:00
parent 4bf26dc818
commit c161809248
18 changed files with 344 additions and 93 deletions
+9 -1
View File
@@ -9,5 +9,13 @@ target_include_directories(${DUSK_LIBRARY_TARGET_NAME}
${CMAKE_CURRENT_LIST_DIR}
)
# Sources
target_sources(${DUSK_BINARY_TARGET_NAME}
PUBLIC
# hello.c
)
# Subdirs
add_subdirectory(debug)
add_subdirectory(debug)
add_subdirectory(asset)
add_subdirectory(input)