mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 09:30:53 -05:00
Fix present
This commit is contained in:
committed by
Evan Husted
parent
4190abbbf5
commit
95af212cfc
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user