mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Qt: patch creator
This commit is contained in:
parent
0debcfed0a
commit
3c0681ad6d
15 changed files with 846 additions and 13 deletions
|
@ -121,6 +121,9 @@ public:
|
|||
// Read and add a patch node to the patch info
|
||||
static bool read_patch_node(patch_info& info, YAML::Node node, const YAML::Node& root, std::stringstream* log_messages = nullptr);
|
||||
|
||||
// Get the patch type from a string
|
||||
static patch_type get_patch_type(const std::string& text);
|
||||
|
||||
// Get the patch type of a patch node
|
||||
static patch_type get_patch_type(YAML::Node node);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue