mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 21:11:04 +00:00
Merge pull request #101 from alphanu1/alphanu1-patch-90
Fix restore resolution for auto detect with single output
This commit is contained in:
commit
a719a096f9
@ -274,6 +274,8 @@ static bool x11_display_server_set_resolution(void *data,
|
||||
{
|
||||
|
||||
XRROutputInfo *outputs = XRRGetOutputInfo (dsp, res, res->outputs[i]);
|
||||
if (res->noutput < 2)
|
||||
snprintf(orig_output, sizeof(orig_output),"%s", outputs->name);
|
||||
|
||||
if (outputs->connection == RR_Connected)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user