patch manager: improve error handling

There shouldn't be much left that can crash this thing
This commit is contained in:
Megamouse 2020-06-13 02:16:28 +02:00
parent a7ee059419
commit cc5c89539b
2 changed files with 78 additions and 27 deletions

View file

@ -9,6 +9,7 @@
enum class patch_type
{
invalid,
load,
byte,
le16,