mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-14 18:37:19 -05:00
Fix a bunch of issues with texture copy and flush (#32)
* Fix a bunch of issues with texture copy and flush * TextureCopy helper class, fix clear bug
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
return;
|
||||
}
|
||||
|
||||
bool signaled = result.Signalled || result.Waitable.WaitForFences(false);
|
||||
bool signaled = result.Signalled || result.Waitable.WaitForFences(true);
|
||||
|
||||
if (!signaled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user