mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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(),
|
||||
"%m[^:]: %ux%u%c", &output_name, &fullWidth, &fullHeight, &auxFlag);
|
||||
ERROR_LOG(AUDIO, "auxflag = %c", auxFlag);
|
||||
}
|
||||
bool want_interlaced = ('i' == auxFlag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user