service/cfg: Separate out config block defaults and create when not found. (#6716)
This commit is contained in:
parent
8b21b902f2
commit
539a1a0b6e
5 changed files with 405 additions and 362 deletions
|
@ -255,6 +255,8 @@ add_library(citra_core STATIC
|
|||
hle/service/cecd/cecd_u.h
|
||||
hle/service/cfg/cfg.cpp
|
||||
hle/service/cfg/cfg.h
|
||||
hle/service/cfg/cfg_defaults.cpp
|
||||
hle/service/cfg/cfg_defaults.h
|
||||
hle/service/cfg/cfg_i.cpp
|
||||
hle/service/cfg/cfg_i.h
|
||||
hle/service/cfg/cfg_nor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue