dejcond breaks shenmue, disabled. Hrfm. This (might) reduce speed a tiny bit.
This commit is contained in:
parent
6a4db0f4c7
commit
f65333ea01
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue