Another s nit
This commit is contained in:
parent
802f6b0d00
commit
d9b4297b40
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue