summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-13 00:12:41 +0200
committerLioncash <mathew1800@gmail.com>2019-06-13 00:12:45 +0200
commit18c1d9192076fcb469085b8a87cdb81c7470a059 (patch)
tree91b55fae28170e0e7ecace171c92b58dccc32bd7
parentMerge pull request #2578 from lioncash/cnmt (diff)
downloadyuzu-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
-rw-r--r--src/core/file_sys/ips_layer.cpp1
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);
}