5 ms·
I'm intrigued by this technique! Will look into it, thanks for the tip!
by blkhp19 6mo ago
I'm intrigued by this technique! Will look into it, thanks for the tip!
- dmitrygr 6mo agosample impl is in rePalm sources, but i described basically all there is to it :) saves a lot of CPU
- saagarjha 6mo agoThis would work for an idle screen but I can't imagine this would be very efficient for real use, unless the hardware cursor is put in some other framebuffer (I assume it's not otherwise the author would have probably mentioned it?)
- dmitrygr 6mo agoon computer timescales, humans are basically motionless, as long as there is motion, you do the 60Hz update, occasionally you take a page fault too, not a high cost compared to a screenfull of colorpsace conversion. But when display is not changing you save a lot of cpu power. But also Wii has the gpu abilities to trivially support hardware cursor