mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
patch_engine: Apply patch when APP_VER is unknown
This commit is contained in:
parent
75c3fdcb6f
commit
511e9920c2
3 changed files with 3 additions and 10 deletions
|
@ -548,11 +548,6 @@ bool patch_engine::read_patch_node(patch_info& info, YAML::Node node, const YAML
|
|||
return is_valid;
|
||||
}
|
||||
|
||||
void patch_engine::append(const std::string& patch)
|
||||
{
|
||||
load(m_map, patch);
|
||||
}
|
||||
|
||||
void patch_engine::append_global_patches()
|
||||
{
|
||||
// Legacy patch.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue