mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 07:32:26 -07:00
Fix Metal Validation Error
This commit is contained in:
committed by
Isaac Marovitz
parent
f2c090fe55
commit
1790050a14
@@ -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