Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
This commit is contained in:
Vendored
+11
@@ -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
Submodule externals/inih/inih added at 603729dec8
Reference in New Issue
Block a user