No missing spaces here
This commit is contained in:
parent
12cf4fb1e4
commit
54dc0bf3fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue