diff options
author | archshift <admin@archshift.com> | 2014-09-12 17:06:13 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-10-07 15:09:37 -0700 |
commit | e6594f9f53df456db42ab2091a7b1397070ff9c8 (patch) | |
tree | a1ca13000e379f753a155580560c20e015c2e552 /.gitmodules | |
parent | ee7cfc71bd8663b77a43c5ba577074972d9b7ad9 (diff) |
Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..d7201387a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "externals/inih/inih"] + path = externals/inih/inih + url = https://github.com/svn2github/inih |