mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-27 18:01:15 +00:00
Add temporary bits per pixel value (24) for testing purposes.
This commit is contained in:
parent
a1da9ff305
commit
d14c639ea7
|
@ -35,7 +35,7 @@ namespace OpenTK.Platform.X11
|
||||||
Debug.Indent();
|
Debug.Indent();
|
||||||
for (int count = 0; count < array.Length; count++)
|
for (int count = 0; count < array.Length; count++)
|
||||||
{
|
{
|
||||||
resolutions.Add(new DisplayResolution(array[i].Width, array[i].Height, 0, 0));
|
resolutions.Add(new DisplayResolution(array[i].Width, array[i].Height, 24, 0));
|
||||||
Debug.Print(resolutions[count].ToString());
|
Debug.Print(resolutions[count].ToString());
|
||||||
}
|
}
|
||||||
Debug.Unindent();
|
Debug.Unindent();
|
||||||
|
|
Loading…
Reference in a new issue