mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 11:20:06 +02:00
Add custom refresh rate mode to VSync option
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
GL.PixelStore(PixelStoreParameter.UnpackAlignment, 4);
|
||||
}
|
||||
|
||||
public void ChangeVSyncMode(bool vsyncEnabled) { }
|
||||
public void ChangeVSyncMode(VSyncMode vSyncMode) { }
|
||||
|
||||
public void SetSize(int width, int height)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user