Vorschlag: Die Änderungen mit
Code: Alles auswählen
#ifdef __SPEZIALVERSION__
und
#endif
Viele Grüße
Homer
Code: Alles auswählen
#ifdef __SPEZIALVERSION__
und
#endif
Code: Alles auswählen
//Check if WSSToppyMode has changed. If LBX detection is switched on, wait Options.LBXSamples before switching
if ((WSSToppyMode != LastWSSToppyMode) || (LastWSSToppyMode == -1) || FirstCall)
{
[color=Red]if ((LastWSSToppyMode == 4) || (LastWSSToppyMode == 6)) LBXSampleCount = LBXSampleCount + Options.LBXSamples - 5;[/color]
//16:9 should have priority and switch immediately regardless of the LBX settings
Code: Alles auswählen
//Check if WSSToppyMode has changed. If LBX detection is switched on, wait Options.LBXSamples before switching
if ((WSSToppyMode != LastWSSToppyMode) || (LastWSSToppyMode == -1) || FirstCall)
{
[color=Red]if ((LastWSSToppyMode == 4) || (LastWSSToppyMode == 6)) LBXSampleCount = LBXSampleCount + Options.LBXSamples - 5;[/color]
//16:9 should have priority and switch immediately regardless of the LBX settings