Lime3DS/src/core/hle/service/ptm
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
..
ptm_gets.cpp service: Add common ptm:u commands to other ptm services 2016-12-08 06:13:10 -05:00
ptm_gets.h service: Add ptm::gets and ptm::sets services 2016-12-08 05:43:08 -05:00
ptm_play.cpp service: Add common ptm:u commands to other ptm services 2016-12-08 06:13:10 -05:00
ptm_play.h service: Drop '_Interface' in ptm service class names 2016-12-08 06:13:04 -05:00
ptm_sets.cpp service: Add common ptm:u commands to other ptm services 2016-12-08 06:13:10 -05:00
ptm_sets.h service: Add ptm::gets and ptm::sets services 2016-12-08 05:43:08 -05:00
ptm_sysm.cpp service: Add the ptm:s service 2016-12-08 06:14:55 -05:00
ptm_sysm.h service: Add the ptm:s service 2016-12-08 06:14:55 -05:00
ptm_u.cpp use IPCHelper for PTM services 2017-05-19 08:44:58 +00:00
ptm_u.h service: Drop '_Interface' in ptm service class names 2016-12-08 06:13:04 -05:00
ptm.cpp result: Make error description a generic integer 2017-05-24 21:05:59 -07:00
ptm.h use IPCHelper for PTM services 2017-05-19 08:44:58 +00:00