aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
AgeCommit message (Collapse)Author
2020-08-07Rename DebugLevel Performance to Slowdowns (#1450)mageven
2020-08-02Facilitate OpenGL debug logging via GUI (#1373)mageven
* 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