patches: fix move_file/hide_file error

This commit is contained in:
Megamouse 2023-03-04 18:39:11 +01:00
parent da6d1d359c
commit cc145eaf2e
1 changed files with 2 additions and 0 deletions

View File

@ -706,6 +706,8 @@ bool patch_engine::add_patch_data(YAML::Node node, patch_info& info, u32 modifie
{
case patch_type::utf8:
case patch_type::jump_func:
case patch_type::move_file:
case patch_type::hide_file:
{
break;
}