Skip to content

Commit

Permalink
Update melonDS to b55eb43
Browse files Browse the repository at this point in the history
- Not yet sure if it works, only that CMake configures it
  • Loading branch information
JesseTG committed Jul 9, 2024
1 parent ba7c309 commit 114af80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/FetchDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 4 additions & 2 deletions src/libretro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,17 @@ 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
)

target_include_directories(melondsds_libretro SYSTEM PRIVATE "${melonDS_SOURCE_DIR}/src/frontend/qt_sdl")

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 ()
Expand Down

0 comments on commit 114af80

Please sign in to comment.