SUPER simple change request!

Alles rund um das grafische Benutzerinterface Enigma
FrankRizzo
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Mittwoch 25. Februar 2004, 06:46

SUPER simple change request!

Beitrag von FrankRizzo »

I'm an NTSC user, and the "title screen" as it were, is in PAL, so it flickers like crazy.

But, unlike your NORMAL feature request, I have investigated, and think I know what to put where, but don't have things set up yet to let me test it.

In main() in enigma.cpp, there is a call: "Decoder::displayIFrameFromFile("/iframe");".

I think that you just need to call: getVSystem, to get the system, and if it's NTSC, just call setVSystem(vsNTSC).

If I'm crazy, don't hesitate to point it out, and show me where the code SHOULD go. I'm new to this codebase.
tmbinc
Developer
Beiträge: 821
Registriert: Freitag 20. Juli 2001, 00:00

Beitrag von tmbinc »

Hm,

some weeks ago I implemented forcing a video mode, so if you setup "NTSC", it should stay NTSC, whatever happens, even if there is a PAL video or even no video.

for the iframes, it seems that we need different ntsc and pal version, yes. Or what did you want to point out?

Still a problem is the menu itself - it's for PAL resolution, thus there is something missing at the bottom. I think the intermediate solution is to center the menus (i.e. the framebuffer stuff) in the "middle", so that 48 lines at the top and 48 lines at the bottom are missing. With some luck, we aren't loosing any information then.


Or did i completely misunderstood you?