dejcond breaks shenmue, disabled. Hrfm. This (might) reduce speed a tiny bit.

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2013-12-30 00:52:14 +01:00 committed by ptitSeb
parent 6a4db0f4c7
commit f65333ea01
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ void AnalyseBlock(RuntimeBlockInfo* blk)
srt_waw(blk); srt_waw(blk);
constlink(blk); constlink(blk);
dejcond(blk); //dejcond(blk);
if (last_op_sets_flags) if (last_op_sets_flags)
{ {
shilop op= blk->oplist[blk->oplist.size()-1].op; shilop op= blk->oplist[blk->oplist.size()-1].op;