mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-14 07:37:04 +00:00
Add custom refresh rate mode to VSync option
This commit is contained in:
parent
86f2327468
commit
5d24fd119d
30 changed files with 718 additions and 132 deletions
|
|
@ -3,7 +3,7 @@ using System;
|
|||
namespace Ryujinx.Headless.SDL2
|
||||
{
|
||||
class StatusUpdatedEventArgs(
|
||||
bool vSyncEnabled,
|
||||
bool vSyncMode,
|
||||
string dockedMode,
|
||||
string aspectRatio,
|
||||
string gameStatus,
|
||||
|
|
@ -11,7 +11,7 @@ namespace Ryujinx.Headless.SDL2
|
|||
string gpuName)
|
||||
: EventArgs
|
||||
{
|
||||
public bool VSyncEnabled = vSyncEnabled;
|
||||
public bool VSyncMode = vSyncMode;
|
||||
public string DockedMode = dockedMode;
|
||||
public string AspectRatio = aspectRatio;
|
||||
public string GameStatus = gameStatus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue