DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
704 stars 102 forks source link

examples: Use new fps limiter in videoplayer example #574

Closed thekovic closed 4 weeks ago

thekovic commented 3 months ago

This PR updates the videoplayer example to use current state-of-the-art APIs. The example video file resolution is lowered to demonstrate a method for displaying a video in a frame smaller than the screen resolution. More comments are added in the example to explain various practices.