mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
updated sdl3
This commit is contained in:
parent
28a5b1f0b3
commit
6a3ee0f8d6
4 changed files with 4 additions and 10 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -1,7 +1,3 @@
|
|||
[submodule "third-party/SDL"]
|
||||
path = third-party/SDL
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
shallow = true
|
||||
[submodule "third-party/fmt"]
|
||||
path = third-party/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
|
@ -55,3 +51,6 @@
|
|||
[submodule "externals/zlib-ng-win"]
|
||||
path = externals/zlib-ng-win
|
||||
url = https://github.com/shadps4-emu/ext-zlib-ng-win.git
|
||||
[submodule "externals/sdl3"]
|
||||
path = externals/sdl3
|
||||
url = https://github.com/shadps4-emu/ext-SDL.git
|
||||
|
|
1
externals/sdl3
vendored
Submodule
1
externals/sdl3
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 495e432fb9776fdc13a8d96179136064ccddf6e5
|
5
third-party/CMakeLists.txt
vendored
5
third-party/CMakeLists.txt
vendored
|
@ -12,11 +12,6 @@ add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
|||
# MagicEnum
|
||||
add_subdirectory(magic_enum EXCLUDE_FROM_ALL)
|
||||
|
||||
if(NOT ENABLE_QT_GUI)
|
||||
# SDL3
|
||||
add_subdirectory(SDL EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
||||
# Toml11
|
||||
add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
||||
|
||||
|
|
1
third-party/SDL
vendored
1
third-party/SDL
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 27556e098ecce54014ed1fc11c1e974ffdf4bc93
|
Loading…
Add table
Reference in a new issue