Oops, broke the original texture cache :p fixed.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1299 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2008-11-26 00:00:23 +00:00
parent d0a48f654a
commit 5c49095069
2 changed files with 8 additions and 4 deletions

View File

@ -144,7 +144,6 @@ void VertexLoader::CompileVertexTranslator()
u8 *old_code_ptr = GetWritableCodePtr();
SetCodePtr(m_compiledCode);
ABI_EmitPrologue(4);
// Start loop here
const u8 *loop_start = GetCodePtr();