mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 14:21:07 +00:00
High-resolution mode is enabled by default
This commit is contained in:
parent
1475b3d427
commit
d215075bff
|
@ -68,7 +68,7 @@ namespace OpenTK
|
||||||
static ToolkitOptions()
|
static ToolkitOptions()
|
||||||
{
|
{
|
||||||
Default = new ToolkitOptions();
|
Default = new ToolkitOptions();
|
||||||
Default.EnableHighResolution = false;
|
Default.EnableHighResolution = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue