mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 08:41:08 +00:00
Update melonDS to b55eb43
- Not yet sure if it works, only that CMake configures it
This commit is contained in:
parent
ba7c30942a
commit
114af80812
@ -37,7 +37,7 @@ function(fetch_dependency name default_url default_tag)
|
||||
FetchContent_GetProperties(${name})
|
||||
endfunction()
|
||||
|
||||
fetch_dependency(melonDS "https://github.com/melonDS-emu/melonDS" "d48e5f2")
|
||||
fetch_dependency(melonDS "https://github.com/melonDS-emu/melonDS" "b55eb43")
|
||||
fetch_dependency("libretro-common" "https://github.com/libretro/libretro-common.git" "fce57fd")
|
||||
fetch_dependency("embed-binaries" "https://github.com/andoalon/embed-binaries.git" "21f28ca")
|
||||
fetch_dependency(glm "https://github.com/g-truc/glm" "33b0eb9")
|
||||
|
@ -142,7 +142,8 @@ endif ()
|
||||
|
||||
if (HAVE_NETWORKING)
|
||||
target_sources(melondsds_libretro PRIVATE
|
||||
${melonDS_SOURCE_DIR}/src/frontend/qt_sdl/LAN_Socket.cpp
|
||||
${melonDS_SOURCE_DIR}/src/frontend/qt_sdl/Net_Slirp.cpp
|
||||
${melonDS_SOURCE_DIR}/src/frontend/qt_sdl/Net_Slirp.h
|
||||
platform/lan.cpp
|
||||
)
|
||||
|
||||
@ -150,7 +151,8 @@ if (HAVE_NETWORKING)
|
||||
|
||||
if (HAVE_NETWORKING_DIRECT_MODE)
|
||||
target_sources(melondsds_libretro PRIVATE
|
||||
${melonDS_SOURCE_DIR}/src/frontend/qt_sdl/LAN_PCap.cpp
|
||||
${melonDS_SOURCE_DIR}/src/frontend/qt_sdl/Net_PCap.cpp
|
||||
${melonDS_SOURCE_DIR}/src/frontend/qt_sdl/Net_PCap.h
|
||||
)
|
||||
endif()
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user