mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Merge pull request #88 from alphanu1/alphanu1-patch-81
xrandr spamming fix
This commit is contained in:
commit
d4e43b15c1
@ -68,7 +68,6 @@ static void x11_display_server_destroy(void *data)
|
||||
system(output);
|
||||
sprintf(output,"xrandr --delmode %s-%d %s", "DVI",i ,old_mode);
|
||||
system(output);
|
||||
|
||||
}
|
||||
|
||||
sprintf(output,"xrandr --rmmode %s", old_mode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user