mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
patches: fix move_file/hide_file error
This commit is contained in:
parent
da6d1d359c
commit
cc145eaf2e
1 changed files with 2 additions and 0 deletions
|
@ -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::utf8:
|
||||||
case patch_type::jump_func:
|
case patch_type::jump_func:
|
||||||
|
case patch_type::move_file:
|
||||||
|
case patch_type::hide_file:
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue