Forza Horizon 2 Progress + Fixes

This commit is contained in:
Rodrigo Todescatto
2026-02-07 16:58:35 -03:00
parent d15e52a383
commit 3a40329a84
16 changed files with 734 additions and 128 deletions

View File

@@ -15,7 +15,7 @@ set(FILES
include/WinDurango.KernelX/Hooks.h
)
add_library(WinDurango.KernelX SHARED ${FILES} "include/WinDurango.KernelX/EraCoreApplication.h" "src/EraCoreApplication.cpp" "include/WinDurango.KernelX/EraCoreWindow.h" "src/EraCoreWindow.cpp")
add_library(WinDurango.KernelX SHARED ${FILES} "include/WinDurango.KernelX/EraCoreApplication.h" "src/EraCoreApplication.cpp" "include/WinDurango.KernelX/EraCoreWindow.h" "src/EraCoreWindow.cpp" "include/WinDurango.KernelX/MMDeviceEnumerator.h" "src/MMDeviceEnumerator.cpp")
target_link_libraries(WinDurango.KernelX PRIVATE
WinDurango.Common