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
|
@ -56,6 +56,7 @@ set(SRCS
|
|||
core_timing.cpp
|
||||
mem_map.cpp
|
||||
mem_map_funcs.cpp
|
||||
settings.cpp
|
||||
system.cpp
|
||||
)
|
||||
|
||||
|
@ -117,6 +118,7 @@ set(HEADERS
|
|||
core.h
|
||||
core_timing.h
|
||||
mem_map.h
|
||||
settings.h
|
||||
system.h
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue