citra/src/core/hle/service/cfg
Mat M e9819b61a6
service: Mark variables as [[maybe_unused]] where applicable (#5318)
Quite a few service functions are stubbed but still pop all their
arguments, which can lead to unused variable warnings.

We can mark the unused arguments with [[maybe_unused]] to silence these
warnings until a full implementation of these functions are made.
2020-05-04 12:22:33 +02:00
..
cfg.cpp service: Mark variables as [[maybe_unused]] where applicable (#5318) 2020-05-04 12:22:33 +02:00
cfg.h service/cfg: Make GenerateConsoleUniqueId() return a pair (#5321) 2020-05-04 12:21:43 +02:00
cfg_i.cpp Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cfg_i.h Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cfg_nor.cpp Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cfg_nor.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
cfg_s.cpp Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cfg_s.h Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cfg_u.cpp Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00
cfg_u.h Serialize CECD, CFG services 2020-02-13 17:41:25 +08:00