service/cfg: Separate out config block defaults and create when not found. (#6716)

This commit is contained in:
Steveice10 2023-07-26 10:33:00 -07:00 committed by GitHub
parent 8b21b902f2
commit 539a1a0b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 405 additions and 362 deletions

View file

@ -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