mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix restore res bug
This commit is contained in:
parent
f23468b8a6
commit
9176fc30ee
@ -85,7 +85,7 @@ static void x11_display_server_destroy(void *data)
|
|||||||
system(output);
|
system(output);
|
||||||
|
|
||||||
snprintf(output, sizeof(output),
|
snprintf(output, sizeof(output),
|
||||||
"xrandr --delmode %s %s",orig_output, orig_output);
|
"xrandr --delmode %s %s",orig_output, old_mode);
|
||||||
system(output);
|
system(output);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user