mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Video: Remove more debug spew in XRANDR mode code
This commit is contained in:
parent
5fab29df81
commit
917f6683f4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user