mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
patch_manager: check config values before applying them
This commit is contained in:
parent
a29dc3893f
commit
f0c8f6d47b
3 changed files with 34 additions and 2 deletions
|
@ -101,6 +101,8 @@ public:
|
|||
{
|
||||
return value == other.value && min == other.min && max == other.max && type == other.type && allowed_values == other.allowed_values;
|
||||
}
|
||||
|
||||
void set_and_check_value(f64 new_value, const std::string& name);
|
||||
};
|
||||
|
||||
struct patch_config_values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue