yuzu/src/core/hle
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
..
applets HLE/Applets: Stub Mint (eShop) Applet (#2463) 2017-01-31 01:16:58 -08:00
kernel Merge pull request #2406 from Subv/session_disconnect 2017-05-21 17:18:16 -07:00
service result: Make error description a generic integer 2017-05-24 21:05:59 -07:00
config_mem.cpp Core: update Kernel Config Memory to latest version (11.2) 2017-01-30 11:29:00 +03:00
config_mem.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
function_wrappers.h Fix OutputDebugString syscall 2017-04-01 04:09:39 -05:00
ipc.h move push out of class body and add u8 u16 bool specializations 2017-03-18 10:44:01 +01:00
ipc_helpers.h IPCHelper Skip method + address comments for apt 2017-03-18 11:47:40 +01:00
result.h result: Make error description a generic integer 2017-05-24 21:05:59 -07:00
shared_page.cpp shared_page: stub battery state 2017-03-21 13:25:56 +02:00
shared_page.h shared_page: stub battery state 2017-03-21 13:25:56 +02:00
svc.cpp Remove ability to load symbol maps 2017-05-07 15:33:07 -07:00
svc.h svc: Move ResetType enum to the kernel event header 2016-03-12 21:47:41 -05:00