mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Video: Remove more debug spew in XRANDR mode code
This commit is contained in:
@ -144,7 +144,6 @@ void XRRConfiguration::Update()
|
|||||||
{
|
{
|
||||||
sscanf(SConfig::GetInstance().m_LocalCoreStartupParameter.strFullscreenResolution.c_str(),
|
sscanf(SConfig::GetInstance().m_LocalCoreStartupParameter.strFullscreenResolution.c_str(),
|
||||||
"%m[^:]: %ux%u%c", &output_name, &fullWidth, &fullHeight, &auxFlag);
|
"%m[^:]: %ux%u%c", &output_name, &fullWidth, &fullHeight, &auxFlag);
|
||||||
ERROR_LOG(AUDIO, "auxflag = %c", auxFlag);
|
|
||||||
}
|
}
|
||||||
bool want_interlaced = ('i' == auxFlag);
|
bool want_interlaced = ('i' == auxFlag);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user