Closed jdgleaver closed 4 years ago
This PR uses blargg's packed pixel mixing method (http://blargg.8bitalley.com/info/rgb_mixing.html) to optimise the core's Interframe Blending code.
Interframe Blending
The performance overheads of interframe blending without colour correction are reduced by 71%
The performance overheads of interframe blending with colour correction are reduced by 69%
This PR uses blargg's packed pixel mixing method (http://blargg.8bitalley.com/info/rgb_mixing.html) to optimise the core's
Interframe Blending
code.The performance overheads of interframe blending without colour correction are reduced by 71%
The performance overheads of interframe blending with colour correction are reduced by 69%