Facilitate OpenGL debug logging via GUI (#1373)
* Allow printing GL Debug logs with GUI options Improve GL Debugger Make the new option persistent Address gdkchan's comments - Rename enum to GraphicsDebugLevel - Move Debugger Init to Renderer Init - Fix formatting * nit: newlines
This commit is contained in:
parent
1457ab5456
commit
f0c91d9efb
10 changed files with 231 additions and 44 deletions
10
Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
Normal file
10
Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
public enum GraphicsDebugLevel
|
||||
{
|
||||
None,
|
||||
Error,
|
||||
Performance,
|
||||
All
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue