vgmoose / wiiu-space

[Wii U] Homebrew space shooter written with libwiiu
MIT License
26 stars 5 forks source link

Added a 'scale factor' to the TV Screen. #3

Closed CreeperMario closed 8 years ago

CreeperMario commented 8 years ago

A quick and dirty edit to correct the scaling issues with the TV screen. Shout-out to @NWPlayer123 for reverse-engineering the audio/video manager system (avm.rpl).

It works by calling the function AVMSetTVScale(int width, int height); to set the TV's scale factor. Yes, it is that easy! And an unexpected bonus, the operating system automatically corrects the scaling on exit, so the HOME Menu shows up correctly!

vgmoose commented 8 years ago

Awesome, thanks a lot!

Closes #1 as well! :+1: