mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 04:11:10 +00:00
Small hack to test for resolution restoration.
This commit is contained in:
parent
3fd9f2cc3a
commit
285e2c694d
|
@ -167,7 +167,8 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
public void RestoreResolution(DisplayDevice device)
|
public void RestoreResolution(DisplayDevice device)
|
||||||
{
|
{
|
||||||
TryChangeResolution(device, null);
|
//TryChangeResolution(device, null);
|
||||||
|
System.Diagnostics.Process.Start("xrandr", "-s -0").WaitForExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue