Add custom refresh rate mode to VSync option

This commit is contained in:
jcm
2024-05-13 11:52:24 -05:00
committed by KeatonTheBot
parent e8d3ad4d8b
commit 44c104790b
34 changed files with 697 additions and 110 deletions

View File

@@ -31,7 +31,7 @@ namespace Ryujinx.Graphics.GAL.Multithreading
_impl.Window.SetSize(width, height);
}
public void ChangeVSyncMode(bool vsyncEnabled) { }
public void ChangeVSyncMode(VSyncMode vSyncMode) { }
public void SetAntiAliasing(AntiAliasing effect) { }