forked from openai/retro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
50 lines (50 loc) · 1.45 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
[submodule "nes"]
path = cores/nes
url = https://github.com/libretro/libretro-fceumm.git
ignore = dirty
[submodule "genesis"]
path = cores/genesis
url = https://github.com/libretro/Genesis-Plus-GX.git
ignore = dirty
[submodule "snes"]
path = cores/snes
url = https://github.com/libretro/snes9x.git
ignore = dirty
[submodule "gtest"]
path = third-party/gtest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "atari2600"]
path = cores/atari2600
url = https://github.com/libretro/stella-libretro.git
ignore = dirty
[submodule "third-party/pybind11"]
path = third-party/pybind11
url = https://github.com/pybind/pybind11.git
branch = v2.2.1
ignore = dirty
[submodule "gb"]
path = cores/gb
url = https://github.com/libretro/gambatte-libretro.git
ignore = dirty
[submodule "pce"]
path = cores/pce
url = https://github.com/libretro/beetle-pce-fast-libretro.git
ignore = dirty
[submodule "third-party/luajit"]
path = third-party/luajit
url = http://luajit.org/git/luajit-2.0.git
ignore = dirty
[submodule "gba"]
path = cores/gba
url = https://github.com/libretro/mgba.git
branch = libretro
ignore = dirty
[submodule "third-party/libzip"]
path = third-party/libzip
url = https://github.com/nih-at/libzip.git
ignore = dirty
[submodule "third-party/capnproto"]
path = third-party/capnproto
url = https://github.com/capnproto/capnproto.git
ignore = dirty