No missing spaces here

This commit is contained in:
Andy Adshead 2018-12-30 03:05:15 +00:00
commit 54dc0bf3fb

View file

@ -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