forked from EKA2L1/EKA2L1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
103 lines (103 loc) · 3.65 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[submodule "src/external/spdlog"]
path = src/external/spdlog
url = https://github.com/gabime/spdlog
[submodule "src/external/glfw"]
path = src/external/glfw
url = https://github.com/glfw/glfw
[submodule "src/external/capstone"]
path = src/external/capstone
url = https://github.com/aquynh/capstone
[submodule "src/external/yaml-cpp"]
path = src/external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "src/external/libcxxabi"]
path = src/external/libcxxabi
url = https://github.com/llvm-mirror/libcxxabi
[submodule "src/external/glm"]
path = src/external/glm
url = https://github.com/g-truc/glm
[submodule "dynarmic"]
path = src/external/dynarmic
url = https://github.com/EKA2L1/dynarmic
[submodule "ext-boost"]
path = src/external/ext-boost
url = https://github.com/MerryMage/ext-boost
[submodule "src/external/fmt"]
path = src/external/fmt
url = https://github.com/fmtlib/fmt
[submodule "src/external/microprofile"]
path = src/external/microprofile
url = https://github.com/jonasmr/microprofile/
[submodule "src/external/stb"]
path = src/external/stb
url = https://github.com/nothings/stb
[submodule "src/external/Catch2"]
path = src/external/Catch2
url = https://github.com/catchorg/Catch2/
[submodule "src/external/xxHash"]
path = src/external/xxHash
url = https://github.com/Cyan4973/xxHash
[submodule "src/external/pugixml"]
path = src/external/pugixml
url = https://github.com/zeux/pugixml
[submodule "src/external/cubeb"]
path = src/external/cubeb
url = https://github.com/kinetiknz/cubeb
[submodule "src/external/ffmpeg"]
path = src/external/ffmpeg
url = https://github.com/eka2l1/ffmpeg
[submodule "dynarmic-android"]
path = src/external/dynarmic-android
url = https://github.com/citra-emu/dynarmic-android
branch = master
[submodule "src/external/luajit"]
path = src/external/luajit
url = https://github.com/luajit/luajit
[submodule "src/external/libfat"]
path = src/external/libfat
url = https://github.com/Vita3K/libfat16/
[submodule "src/external/lunasvg"]
path = src/external/lunasvg
url = https://github.com/EKA2L1/lunasvg
[submodule "src/external/mbedtls"]
path = src/external/mbedtls
url = https://github.com/ARMmbed/mbedtls
[submodule "src/external/miniBAE"]
path = src/external/miniBAE
url = https://github.com/EKA2L1/miniBAE/
[submodule "src/external/TinySoundFont"]
path = src/external/TinySoundFont
url = https://github.com/schellingb/TinySoundFont
[submodule "src/external/sdl2-cmake-scripts"]
path = src/external/sdl2-cmake-scripts
url = https://github.com/tcbrindle/sdl2-cmake-scripts
[submodule "src/external/SDL_GameControllerDB"]
path = src/external/SDL_GameControllerDB
url = https://github.com/gabomdq/SDL_GameControllerDB
[submodule "src/emu/drivers/resources/upscale"]
path = src/emu/drivers/resources/upscale
url = https://github.com/EKA2L1/upscale-shaders
[submodule "src/external/libuv"]
path = src/external/libuv
url = https://github.com/libuv/libuv
[submodule "src/external/miniupnp"]
path = src/external/miniupnp
url = https://github.com/miniupnp/miniupnp
[submodule "src/external/libtess2"]
path = src/external/libtess2
url = https://github.com/memononen/libtess2
[submodule "src/external/RectangleBinPack"]
path = src/external/RectangleBinPack
url = https://github.com/juj/RectangleBinPack
[submodule "src/external/uvw"]
path = src/external/uvw
url = https://github.com/skypjack/uvw/
[submodule "src/external/re2"]
path = src/external/re2
url = https://github.com/google/re2
[submodule "src/external/thread-pool"]
path = src/external/thread-pool
url = https://github.com/bshoshany/thread-pool
[submodule "src/external/luajit-cmake"]
path = src/external/luajit-cmake
url = https://github.com/zhaozg/luajit-cmake