mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge branch 'master' of https://github.com/alphanu1/MME4CRT
This commit is contained in:
commit
f23468b8a6
@ -75,7 +75,7 @@ static void x11_display_server_destroy(void *data)
|
||||
|
||||
|
||||
snprintf(output, sizeof(output),
|
||||
"xrandr --newmode \"Desktop 700x480_59.94\" 13.849698 700 742 801 867 480 490 496 533 interlace -hsync -vsync");
|
||||
"xrandr --newmode \"700x480_59.94\" 13.849698 700 742 801 867 480 490 496 533 interlace -hsync -vsync");
|
||||
system(output);
|
||||
snprintf(output, sizeof(output),
|
||||
"xrandr --addmode %s 700x480_59.941002", orig_output);
|
||||
|
Loading…
x
Reference in New Issue
Block a user