mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 02:38:29 -05:00
fsp_srv: Various improvements to IStorage:Read implementation.
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
RemoteProcessDead = 301,
|
||||
InvalidOffset = 6061,
|
||||
InvalidLength = 6062,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user