1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

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

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;
}