forked from GloriousEggroll/proton-ge-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
54 lines (54 loc) · 1.67 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
[submodule "wine"]
path = wine
url = https://github.com/wine-mirror/wine/
[submodule "wine-staging"]
path = wine-staging
url = https://github.com/wine-staging/wine-staging/
[submodule "dxvk"]
path = dxvk
url = https://github.com/doitsujin/dxvk/
[submodule "ffmpeg"]
path = ffmpeg
url = https://github.com/FFmpeg/FFmpeg/
[submodule "openvr"]
path = openvr
url = https://github.com/ValveSoftware/openvr/
[submodule "cmake"]
path = cmake
url = https://github.com/Kitware/CMake/
[submodule "fonts/liberation-fonts"]
path = fonts/liberation-fonts
url = https://github.com/liberationfonts/liberation-fonts/
[submodule "FAudio"]
path = FAudio
url = https://github.com/FNA-XNA/FAudio/
[submodule "protonfixes"]
path = protonfixes
url = https://github.com/gloriouseggroll/protonfixes/
[submodule "vkd3d-proton"]
path = vkd3d-proton
url = https://github.com/HansKristian-Work/vkd3d-proton/
[submodule "gstreamer"]
path = gstreamer
url = https://github.com/GStreamer/gstreamer/
[submodule "gst-plugins-base"]
path = gst-plugins-base
url = https://github.com/GStreamer/gst-plugins-base/
[submodule "gst-plugins-good"]
path = gst-plugins-good
url = https://github.com/GStreamer/gst-plugins-good/
[submodule "gst-plugins-bad"]
path = gst-plugins-bad
url = https://github.com/GStreamer/gst-plugins-bad/
[submodule "gst-plugins-ugly"]
path = gst-plugins-ugly
url = https://github.com/GStreamer/gst-plugins-ugly/
[submodule "gst-libav"]
path = gst-libav
url = https://github.com/GStreamer/gst-libav/
[submodule "gst-orc"]
path = gst-orc
url = https://github.com/GStreamer/orc/
[submodule "glib"]
path = glib
url = https://github.com/GNOME/glib/