mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-10 19:09:21 +01:00
83eb88d78b
Using a u32 for the loop index prevents masking on all increments, giving a moderate performance increase. Passing methods as u32 parameters and stopping subChannel being passed gives quite a significant increase when combined with the inlining allowed by subchannel based engine selection.