mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 07:17:56 -05:00
ips_layer: Fix inaccuracies with comments and flags
Specifically bugs/crashes that arise when putting them in positions that are legal but not typical, such as midline, between patch data, or between patch records.
This commit is contained in:
@ -22,6 +22,7 @@ public:
|
||||
VirtualFile Apply(const VirtualFile& in) const;
|
||||
|
||||
private:
|
||||
void ParseFlag(const std::string& flag);
|
||||
void Parse();
|
||||
|
||||
bool valid = false;
|
||||
|
Reference in New Issue
Block a user