mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-10 15:25:46 +00:00
@@ -544,6 +544,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_effect?.Dispose();
|
||||
_effect = new SmaaPostProcessingEffect(_gd, _device, quality);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -575,6 +576,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_scalingFilter?.Dispose();
|
||||
_scalingFilter = new AreaScalingFilter(_gd, _device);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user