Search found 1 match
- Thu Jan 03, 2013 3:55 pm
- Forum: General Forum
- Topic: Fix for DSP.cpp optimization issue
- Replies: 2
- Views: 11580
Fix for DSP.cpp optimization issue
Hi there, working on the Xbox 360 port i came across the disabled optimize pragma in DSP.cpp. In DSP.cpp Line 1196: //case 6: and case 7: immediate format OperandPool[Operands]=operand.iof.IMMEDIATE<<(operand.iof.JUSTIFY&3); change that to //case 6: and case 7: immediate format OperandPool[Opera...