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
|
// Game
|
||||||
double gameFps = _device.Statistics.GetGameFrameRate();
|
double gameFps = _device.Statistics.GetGameFrameRate();
|
||||||
double gameFrameTime =_device.Statistics.GetGameFrameTime();
|
double gameFrameTime = _device.Statistics.GetGameFrameTime();
|
||||||
double gameAvgFrameTime = _device.Statistics.GetGameAverageFrameTime();
|
double gameAvgFrameTime = _device.Statistics.GetGameAverageFrameTime();
|
||||||
|
|
||||||
string titleSection = string.IsNullOrWhiteSpace(_device.System.CurrentTitle) ? string.Empty
|
string titleSection = string.IsNullOrWhiteSpace(_device.System.CurrentTitle) ? string.Empty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue