mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Merge pull request #40 from alphanu1/alphanu1-patch-40
Linux switching CRT
This commit is contained in:
commit
db2eaf97e4
@ -45,7 +45,7 @@ static void* x11_display_server_init(void)
|
||||
static void x11_display_server_destroy(void *data)
|
||||
{
|
||||
|
||||
system("xrandr -s 1024x576");
|
||||
system("xrandr -s 704x480");
|
||||
dispserv_x11_t *dispserv = (dispserv_x11_t*)data;
|
||||
|
||||
if (dispserv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user