Skip to content

Commit 716f986

Browse files
committed
Upstream merge to 2509
2 parents 8f77732 + 5865116 commit 716f986

File tree

700 files changed

+357600
-346805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

700 files changed

+357600
-346805
lines changed

.gitmodules

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
[submodule "Externals/Qt"]
22
path = Externals/Qt
33
url = https://github.com/dolphin-emu/ext-win-qt.git
4-
branch = master
54
shallow = true
65
[submodule "Externals/mGBA/mgba"]
76
path = Externals/mGBA/mgba
87
url = https://github.com/mgba-emu/mgba.git
9-
branch = master
108
shallow = true
119
[submodule "Externals/FFmpeg-bin"]
1210
path = Externals/FFmpeg-bin
1311
url = https://github.com/dolphin-emu/ext-win-ffmpeg.git
14-
branch = master
1512
shallow = true
1613
[submodule "libusb"]
1714
path = Externals/libusb/libusb
1815
url = https://github.com/libusb/libusb.git
19-
branch = master
2016
shallow = true
2117
[submodule "Externals/spirv_cross/SPIRV-Cross"]
2218
path = Externals/spirv_cross/SPIRV-Cross
2319
url = https://github.com/KhronosGroup/SPIRV-Cross.git
24-
branch = main
2520
shallow = true
2621
[submodule "SDL"]
2722
path = Externals/SDL/SDL
2823
url = https://github.com/libsdl-org/SDL.git
29-
branch = SDL2
3024
shallow = true
3125
[submodule "Externals/zlib-ng/zlib-ng"]
3226
path = Externals/zlib-ng/zlib-ng
@@ -35,58 +29,80 @@
3529
[submodule "Externals/libspng/libspng"]
3630
path = Externals/libspng/libspng
3731
url = https://github.com/randy408/libspng.git
38-
branch = v0.7.2
3932
shallow = true
4033
[submodule "Externals/VulkanMemoryAllocator"]
4134
path = Externals/VulkanMemoryAllocator
4235
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
36+
shallow = true
4337
[submodule "Externals/cubeb/cubeb"]
4438
path = Externals/cubeb/cubeb
4539
url = https://github.com/mozilla/cubeb.git
46-
branch = master
4740
shallow = true
4841
[submodule "Externals/implot/implot"]
4942
path = Externals/implot/implot
5043
url = https://github.com/epezent/implot.git
44+
shallow = true
5145
[submodule "Externals/gtest"]
5246
path = Externals/gtest
5347
url = https://github.com/google/googletest.git
48+
shallow = true
5449
[submodule "Externals/rcheevos/rcheevos"]
5550
path = Externals/rcheevos/rcheevos
5651
url = https://github.com/RetroAchievements/rcheevos.git
52+
shallow = true
5753
[submodule "Externals/libadrenotools"]
5854
path = Externals/libadrenotools
5955
url = https://github.com/bylaws/libadrenotools.git
56+
shallow = true
6057
[submodule "Externals/curl/curl"]
6158
path = Externals/curl/curl
6259
url = https://github.com/curl/curl.git
60+
shallow = true
6361
[submodule "Externals/fmt/fmt"]
6462
path = Externals/fmt/fmt
6563
url = https://github.com/fmtlib/fmt.git
64+
shallow = true
6665
[submodule "Externals/lz4/lz4"]
6766
path = Externals/lz4/lz4
68-
url = https://github.com/lz4/lz4
67+
url = https://github.com/lz4/lz4.git
68+
shallow = true
6969
[submodule "Externals/xxhash/xxHash"]
7070
path = Externals/xxhash/xxHash
7171
url = https://github.com/Cyan4973/xxHash.git
72+
shallow = true
7273
[submodule "Externals/enet/enet"]
7374
path = Externals/enet/enet
7475
url = https://github.com/lsalzman/enet.git
76+
shallow = true
7577
[submodule "hidapi-src"]
7678
path = Externals/hidapi/hidapi-src
77-
url = https://github.com/libusb/hidapi
79+
url = https://github.com/libusb/hidapi.git
80+
shallow = true
7881
[submodule "Externals/tinygltf/tinygltf"]
7982
path = Externals/tinygltf/tinygltf
8083
url = https://github.com/syoyo/tinygltf.git
84+
shallow = true
8185
[submodule "Externals/minizip-ng/minizip-ng"]
8286
path = Externals/minizip-ng/minizip-ng
83-
url = https://github.com/zlib-ng/minizip-ng
87+
url = https://github.com/zlib-ng/minizip-ng.git
88+
shallow = true
8489
[submodule "Externals/Vulkan-Headers"]
8590
path = Externals/Vulkan-Headers
8691
url = https://github.com/KhronosGroup/Vulkan-Headers.git
92+
shallow = true
93+
[submodule "Externals/watcher/watcher"]
94+
path = Externals/watcher/watcher
95+
url = https://github.com/e-dant/watcher.git
96+
shallow = true
8797
[submodule "Externals/SFML/SFML"]
8898
path = Externals/SFML/SFML
8999
url = https://github.com/SFML/SFML.git
100+
shallow = true
90101
[submodule "Externals/zstd/zstd"]
91102
path = Externals/zstd/zstd
92103
url = https://github.com/facebook/zstd.git
104+
shallow = true
105+
[submodule "Externals/miniupnpc/miniupnp"]
106+
path = Externals/miniupnpc/miniupnp
107+
url = https://github.com/miniupnp/miniupnp.git
108+
shallow = true

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,8 @@ if (USE_RETRO_ACHIEVEMENTS)
786786
add_subdirectory(Externals/rcheevos)
787787
endif()
788788

789+
add_subdirectory(Externals/watcher)
790+
789791
########################################
790792
# Pre-build events: Define configuration variables and write SCM info header
791793
#

0 commit comments

Comments
 (0)