mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-25 06:37:43 +02:00
10 lines
150 B
C#
10 lines
150 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum GraphicsDebugLevel
|
|
{
|
|
None,
|
|
Error,
|
|
Slowdowns,
|
|
All
|
|
}
|
|
}
|