Initial attempt at serial port support.

This commit is contained in:
Stephanie Gawroriski
2024-06-14 22:44:19 -04:00
parent 5e5e21e302
commit e8f6529bec
19 changed files with 1662 additions and 1262 deletions

View File

@@ -14,6 +14,10 @@ add_library(mu_libretro SHARED
# Remove the "lib" prefix always, RetroArch does not name in this way
set_target_properties(mu_libretro PROPERTIES PREFIX "")
# Define these
target_compile_definitions(mu_libretro PUBLIC
__LIBRETRO__=1)
# Bring all the sub-modules as needed
target_link_libraries(mu_libretro
MuCore)

File diff suppressed because it is too large Load Diff