Fix Metal Validation Error
This commit is contained in:
committed by
Evan Husted
parent
7c31a411df
commit
5a802a550b
@@ -15,7 +15,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
// 0 Frames = No capture
|
||||
// Some games like Undertale trigger a stack overflow on capture end
|
||||
private const int MaxFramesPerCapture = 5;
|
||||
private const int MaxFramesPerCapture = 0;
|
||||
private const string CaptureLocation = "/Users/isaacmarovitz/Desktop/Captures/Trace-";
|
||||
|
||||
private readonly MTLDevice _device;
|
||||
|
||||
Reference in New Issue
Block a user