mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-16 05:46:58 +00:00
Initial work
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Gpu
|
||||
{
|
||||
public static class GraphicsConfig
|
||||
{
|
||||
public static string ShadersDumpPath;
|
||||
|
||||
public static bool FastGpuTime = true;
|
||||
|
||||
public static bool DisableTUpdate;
|
||||
public static bool DisableBUpdate;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user