diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-01-08 23:01:06 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-01-08 23:01:06 +0100 |
commit | 29acda971adc34e2085d8d3749aff3d898144a70 (patch) | |
tree | ba71b079397a8de8c8fa60ffbcc1513263c05d33 /.gitmodules | |
download | sameboy-thumbnailer-29acda971adc34e2085d8d3749aff3d898144a70.tar.gz sameboy-thumbnailer-29acda971adc34e2085d8d3749aff3d898144a70.zip |
initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c572f33 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "deps/SameBoy"] + path = deps/SameBoy + url = https://github.com/LIJI32/SameBoy + branch = master |