diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs index 8c3c129663..e77e11cb36 100644 --- a/Ryujinx/Ui/GLScreen.cs +++ b/Ryujinx/Ui/GLScreen.cs @@ -253,7 +253,7 @@ namespace Ryujinx // Game double gameFps = _device.Statistics.GetGameFrameRate(); - double gameFrameTime =_device.Statistics.GetGameFrameTime(); + double gameFrameTime = _device.Statistics.GetGameFrameTime(); double gameAvgFrameTime = _device.Statistics.GetGameAverageFrameTime(); string titleSection = string.IsNullOrWhiteSpace(_device.System.CurrentTitle) ? string.Empty