mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Video: Remove debug spew in XRANDR mode code
This commit is contained in:
parent
ee1941769b
commit
5fab29df81
1 changed files with 0 additions and 5 deletions
|
@ -173,11 +173,6 @@ void XRRConfiguration::Update()
|
|||
{
|
||||
if (output_info->modes[j] == screenResources->modes[k].id)
|
||||
{
|
||||
std::string modename(screenResources->modes[k].name, screenResources->modes[k].nameLength);
|
||||
ERROR_LOG(AUDIO, "%dx%d: %d %08x / %s", screenResources->modes[k].width,
|
||||
screenResources->modes[k].height,
|
||||
screenResources->modes[k].dotClock,
|
||||
screenResources->modes[k].modeFlags, modename.c_str());
|
||||
if (fullWidth == screenResources->modes[k].width &&
|
||||
fullHeight == screenResources->modes[k].height &&
|
||||
want_interlaced == !!(screenResources->modes[k].modeFlags & RR_Interlace))
|
||||
|
|
Loading…
Add table
Reference in a new issue