From d9b4297b404a86f83b7c4e6f86ae4576f37704f0 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Fri, 26 Apr 2019 00:36:44 +0100 Subject: [PATCH] Another s nit --- Ryujinx.Profiler/UI/SharpFontHelpers/FontService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Profiler/UI/SharpFontHelpers/FontService.cs b/Ryujinx.Profiler/UI/SharpFontHelpers/FontService.cs index 02905e4a6b..e64c9da3df 100644 --- a/Ryujinx.Profiler/UI/SharpFontHelpers/FontService.cs +++ b/Ryujinx.Profiler/UI/SharpFontHelpers/FontService.cs @@ -38,7 +38,7 @@ namespace Ryujinx.Profiler.UI.SharpFontHelpers { string fontFolder = System.Environment.GetFolderPath(Environment.SpecialFolder.Fonts); - // Only uses Arial, add more font here if wanted + // Only uses Arial, add more fonts here if wanted string path = Path.Combine(fontFolder, "arial.ttf"); if (File.Exists(path)) {