mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 22:05:47 +00:00
SVC: Implemented CancelSynchronization.
This commit is contained in:
parent
a418f6e77b
commit
bc91ebacc1
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