format issue

This commit is contained in:
David Marcec 2018-07-10 15:22:59 +10:00
commit 00194e6bde

View file

@ -93,7 +93,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
if (NvSetting is string StringValue) if (NvSetting is string StringValue)
{ {
if(StringValue.Length > 0x100) if (StringValue.Length > 0x100)
{ {
Context.Ns.Log.PrintError(Logging.LogClass.ServiceNv, $"{Domain}!{Name} String value size is too big!"); Context.Ns.Log.PrintError(Logging.LogClass.ServiceNv, $"{Domain}!{Name} String value size is too big!");
} }