Hi
where can I find an information about which video output is active – HDMI or composite ?
The megadrive roms work with “DGEN” correctly over HDMI (means at full speed).
My problem is that I want to play the roms with both video outputs.
When I use the “Genesis-Plus-GX” Emulator it works on both video outputs but over HDMI it works only in slow-motion and the sound is terrible:-(
Now my idea is to differ the video modes in the es_systems.cfg for the megadrive emulator:
if <HDMI-output>
{ do COMMAND = DGEN … }
if <composite-output>
{ do COMMAND = Genesis-Plus-GX …}
Where can I find the state which video output is active?