ApolloTeam-dev/ApolloOS

NTSC Early Bootmenu - Boot Buttons are Positioned Offscreen

Closed this issue · 1 comments

The buttons for "boot" and "boot without SS" are positioned off screen on NTSC machines. Presumably because there is an assumption about PAL somewhere in the code.

A patch here is in testing.

note: The compiler optimisation will be removed. This causes crashes.

So I tried a slightly different approach for this to the orginal patch in this commit e3ce057

I don't really thing the original patch should have caused any problems though. It is strange that it did. I am closing this for now until it is clear there is a problem.