mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
On linux check to see if the xrandr extension is present and don't use it if not.
This fixes issue 2920. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5867 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
91dafccd27
commit
379706b25a
2 changed files with 33 additions and 10 deletions
|
@ -71,7 +71,7 @@ class XRRConfiguration
|
|||
XRRScreenConfiguration *screenConfig;
|
||||
Rotation screenRotation;
|
||||
int deskSize, fullSize;
|
||||
|
||||
bool bValid;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue