mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-19 01:05:44 +00:00
SVC: Implemented CancelSynchronization.
This commit is contained in:
@@ -22,6 +22,8 @@ enum {
|
||||
// Confirmed Switch OS error codes
|
||||
InvalidHandle = 114,
|
||||
Timeout = 117,
|
||||
SynchronizationCanceled = 118,
|
||||
TooLarge = 119,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user