SystemGesture (#3382)

* SystemGesture

* only STUBBED
This commit is contained in:
DanielSvoboda
2025-08-08 09:44:54 -03:00
committed by GitHub
parent e7b97580b7
commit adef2ff231
6 changed files with 223 additions and 0 deletions

View File

@@ -527,6 +527,11 @@ set(PAD_LIB src/core/libraries/pad/pad.cpp
src/core/libraries/pad/pad_errors.h
)
set(SYSTEM_GESTURE_LIB
src/core/libraries/system_gesture/SystemGesture.cpp
src/core/libraries/system_gesture/SystemGesture.h
)
set(PNG_LIB src/core/libraries/libpng/pngdec.cpp
src/core/libraries/libpng/pngdec.h
src/core/libraries/libpng/pngdec_error.h
@@ -780,6 +785,7 @@ set(CORE src/core/aerolib/stubs.cpp
${SYSTEM_LIBS}
${HLE_LIBC_INTERNAL_LIB}
${PAD_LIB}
${SYSTEM_GESTURE_LIB}
${VIDEOOUT_LIB}
${NP_LIBS}
${PNG_LIB}