HLE/SVC: Implement UnmapMemoryBlock.
This implementation will need to be (almost completely) changed when we implement multiprocess support.
This commit is contained in:
parent
82087672b7
commit
d90d5a0ee6
5 changed files with 60 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
|||
/// Detailed description of the error. This listing is likely incomplete.
|
||||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
WrongAddress = 53,
|
||||
FS_NotFound = 100,
|
||||
FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive
|
||||
InvalidSection = 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue