DSP_DSP: Add return IPC headers

This commit is contained in:
MerryMage 2016-04-24 11:39:59 +01:00
parent ff6db69c60
commit 2929b67c5f
2 changed files with 27 additions and 4 deletions

View file

@ -18,6 +18,7 @@
/// Detailed description of the error. This listing is likely incomplete.
enum class ErrorDescription : u32 {
Success = 0,
OS_InvalidBufferDescriptor = 48,
WrongAddress = 53,
FS_NotFound = 120,
FS_AlreadyExists = 190,