suyu/src/core/hle/service/cfg
Yuri Kunde Schlesner 3b1f0fea31 result: Make error description a generic integer
It is now known that result code description vary depending on the
module, and so they're best defined on a per-module basis. To support
this, allow passing in an arbitrary integer instead of limiting to the
ones in the ErrorDescription enum. These will be gradually migrated to
their individual users, but a few will be kept as "common" codes shared
by all modules.
2017-05-24 21:05:59 -07:00
..
cfg.cpp result: Make error description a generic integer 2017-05-24 21:05:59 -07:00
cfg.h Create a random console_unique_id (#2668) 2017-05-05 20:55:51 -04:00
cfg_i.cpp service: Drop '_Interface' from cfg service names 2016-12-09 01:08:35 -05:00
cfg_i.h service: Drop '_Interface' from cfg service names 2016-12-09 01:08:35 -05:00
cfg_nor.cpp service: Add cfg:nor service 2016-12-09 05:07:41 -05:00
cfg_nor.h service: Add cfg:nor service 2016-12-09 05:07:41 -05:00
cfg_s.cpp service: Drop '_Interface' from cfg service names 2016-12-09 01:08:35 -05:00
cfg_s.h service: Drop '_Interface' from cfg service names 2016-12-09 01:08:35 -05:00
cfg_u.cpp service: Drop '_Interface' from cfg service names 2016-12-09 01:08:35 -05:00
cfg_u.h service: Drop '_Interface' from cfg service names 2016-12-09 01:08:35 -05:00