Fix present

This commit is contained in:
Isaac Marovitz
2024-05-18 20:27:27 -04:00
committed by Evan Husted
parent 4190abbbf5
commit 95af212cfc
4 changed files with 43 additions and 34 deletions

View File

@@ -43,6 +43,7 @@ namespace Ryujinx.Graphics.Metal
{
var layer = _getMetalLayer();
layer.Device = _device;
layer.FramebufferOnly = false;
_window = new Window(this, layer);
_pipeline = new Pipeline(_device, _queue);