mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:47:57 -05:00
DSP_DSP: Add return IPC headers
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user