mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 13:55:46 +00:00
SVC: Implemented CancelSynchronization.
This commit is contained in:
parent
5685c764e4
commit
607a46a662
2 changed files with 19 additions and 1 deletions
|
@ -22,6 +22,8 @@ enum {
|
|||
// Confirmed Switch OS error codes
|
||||
InvalidHandle = 114,
|
||||
Timeout = 117,
|
||||
SynchronizationCanceled = 118,
|
||||
TooLarge = 119,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue