mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 05:59:35 -05: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