mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 06:52:32 -07:00
Kernel: Implemented shared memory permissions.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
/// Detailed description of the error. This listing is likely incomplete.
|
||||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
WrongPermission = 46,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
WrongAddress = 53,
|
||||
FS_NotFound = 120,
|
||||
|
Reference in New Issue
Block a user