diff options
author | Lioncash <mathew1800@gmail.com> | 2019-06-13 00:12:41 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-06-13 00:12:45 +0200 |
commit | 18c1d9192076fcb469085b8a87cdb81c7470a059 (patch) | |
tree | 91b55fae28170e0e7ecace171c92b58dccc32bd7 /src/core/file_sys/ips_layer.cpp | |
parent | Merge pull request #2578 from lioncash/cnmt (diff) | |
download | yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.tar yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.tar.gz yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.tar.bz2 yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.tar.lz yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.tar.xz yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.tar.zst yuzu-18c1d9192076fcb469085b8a87cdb81c7470a059.zip |
Diffstat (limited to 'src/core/file_sys/ips_layer.cpp')
-rw-r--r-- | src/core/file_sys/ips_layer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/ips_layer.cpp b/src/core/file_sys/ips_layer.cpp index 485c4913a..2635acb9c 100644 --- a/src/core/file_sys/ips_layer.cpp +++ b/src/core/file_sys/ips_layer.cpp @@ -287,7 +287,6 @@ void IPSwitchCompiler::Parse() { } else { // hex replacement const auto value = patch_line.substr(9); - replace.reserve(value.size() / 2); replace = Common::HexStringToVector(value, is_little_endian); } |