format issue
This commit is contained in:
parent
2fa1387f54
commit
00194e6bde
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
|
|||
|
||||
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!");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue