Fix Metal Validation Error

This commit is contained in:
Isaac Marovitz
2023-08-03 19:01:34 -04:00
committed by Evan Husted
parent 7c31a411df
commit 5a802a550b
2 changed files with 8 additions and 5 deletions

View File

@@ -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;