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!
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!