Revert original dolphin hash idea completely

This commit is contained in:
Phillip Stephens 2019-08-03 17:05:40 -07:00
parent ff83dbc676
commit d648f156b8
1 changed files with 0 additions and 2 deletions

View File

@ -762,8 +762,6 @@ CTexture::CTexture(std::unique_ptr<u8[]>&& in, u32 length, bool otex) {
Log.report(logvisor::Fatal, fmt("invalid texture type {} for boo"), int(x0_fmt));
}
if (r.readBool())
m_dolphinName = r.readString();
if (otex)
m_otex = std::move(owned);
}