Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

Rendering tweaks #39

Closed Ryzee119 closed 10 months ago

Ryzee119 commented 10 months ago

I was getting "pb_push_to: begin-end block musn't exceed 128 dwords" log spam when I enabled logging. I was sending way more than 128 DWORDs which seemed to work okay so not sure why the limit but I meet it now mostly anyway

Also I think I have fixed the random flickering by waiting on the vblank event instead of manual frame timing.

pkbit now uses two buffers instead of 3 (saves ~3.5MB of RAM in 720p)

GXTX commented 10 months ago

Also I think I have fixed the random flickering by waiting on the vblank event instead of manual frame timing.

Setting the cap to 60, the flickering I reported no longer happens. Thanks!