Added configuration file system.

Uses QSettings on citra-qt, and inih on citra-cli.
This commit is contained in:
archshift 2014-09-12 17:06:13 -07:00
parent ee7cfc71bd
commit e6594f9f53
26 changed files with 426 additions and 131 deletions

11
externals/inih/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,11 @@
set(SRCS
inih/ini.c
inih/cpp/INIReader.cpp
)
set(HEADERS
inih/ini.h
inih/cpp/INIReader.h
)
create_directory_groups(${SRCS} ${HEADERS})
add_library(inih ${SRCS} ${HEADERS})

1
externals/inih/inih vendored Submodule

@ -0,0 +1 @@
Subproject commit 603729dec89aaca42d7bd08f08bc333165b7d5d1