hmc
Active Member
Hi guys,
it happens often to me, that I don't remember, which kind of TV-Out I have to use for a specific application, game or emulator.
Especially if you only occasionally use a program, remembering may be hard.
So what about a PXML specification and pndlib implementation enhancement, that resides in each <application> area of a PXML, that denotes, which kind of TV-Out needs to be used for the application?
The pndlib would then take care that TV-Out is switched to the correct mode after the application has been started (ideally no matter, if TV-Out has been activated before launching the application or not; if not, the mode is applied once TV-Out is activated).
Code:
<application>
<tvout_mode>mainlayer</tvout_mode>
</application>
or
Code:
<application>
<tvout_mode>overlay</tvout_mode>
</application>
One problem could be:
pndlib can probably take care about activating the correct mode when launching an application, but if you switch between different applications, that are already running, switching tv-out mode cannot be done via pndlib I guess. That's a situation when you still have to adjust tv-out mode manually.
But I guess this is no too common usecase either.