Partial commit: RSX

This commit is contained in:
Nekotekina 2016-02-02 00:50:02 +03:00
parent 4cf41305e0
commit b85a68e8a1
40 changed files with 200 additions and 274 deletions

View file

@ -644,7 +644,7 @@ std::string FragmentProgramDecompiler::Decompile()
if (dst.end) break;
assert(m_offset % sizeof(u32) == 0);
Ensures(m_offset % sizeof(u32) == 0);
data += m_offset / sizeof(u32);
}