mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
patch manager: improve error handling
There shouldn't be much left that can crash this thing
This commit is contained in:
parent
a7ee059419
commit
cc5c89539b
2 changed files with 78 additions and 27 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
enum class patch_type
|
||||
{
|
||||
invalid,
|
||||
load,
|
||||
byte,
|
||||
le16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue