mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Fix VSyncMode in Ryujinx.Headless.SDL2 (for custom refresh rate)
This commit is contained in:
@@ -3,7 +3,7 @@ using System;
|
||||
namespace Ryujinx.Headless.SDL2
|
||||
{
|
||||
class StatusUpdatedEventArgs(
|
||||
bool vSyncMode,
|
||||
string vSyncMode,
|
||||
string dockedMode,
|
||||
string aspectRatio,
|
||||
string gameStatus,
|
||||
@@ -11,7 +11,7 @@ namespace Ryujinx.Headless.SDL2
|
||||
string gpuName)
|
||||
: EventArgs
|
||||
{
|
||||
public bool VSyncMode = vSyncMode;
|
||||
public string VSyncMode = vSyncMode;
|
||||
public string DockedMode = dockedMode;
|
||||
public string AspectRatio = aspectRatio;
|
||||
public string GameStatus = gameStatus;
|
||||
|
||||
Reference in New Issue
Block a user