Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
This commit is contained in:
parent
ee7cfc71bd
commit
e6594f9f53
26 changed files with 426 additions and 131 deletions
11
externals/inih/CMakeLists.txt
vendored
Normal file
11
externals/inih/CMakeLists.txt
vendored
Normal 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
1
externals/inih/inih
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 603729dec89aaca42d7bd08f08bc333165b7d5d1
|
Loading…
Add table
Add a link
Reference in a new issue