1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-12-20 11:25:09 -06:00
Files
ryujinx/Ryujinx.Graphics.OpenGL/Program.cs
riperiperi f1943fd0b6 Log shader compile errors with Warning level (#2617)
* Log shader compile errors with Warning level

These are infrequent enough that I think it's worth dumping any errors into the log. They also keep causing graphical glitches, and the only indication that anything went wrong is a debug log that is never enabled.

* Add maximum length for shader log
2023-02-09 03:50:18 +01:00

5.1 KiB