GAL changes

This commit is contained in:
Evan Husted
2024-12-23 21:52:39 -06:00
parent d4b9e06522
commit f3dcb80a60
3 changed files with 9 additions and 5 deletions

View File

@@ -137,10 +137,10 @@ namespace Ryujinx.Graphics.Metal
_requestedWidth = width;
_requestedHeight = height;
}
public void ChangeVSyncMode(bool vsyncEnabled)
public void ChangeVSyncMode(VSyncMode vSyncMode)
{
// _vsyncEnabled = vsyncEnabled;
//_vSyncMode = vSyncMode;
}
public void SetAntiAliasing(AntiAliasing effect)