Update ISystemSettingsServer.cs
This commit is contained in:
parent
90ce629417
commit
f89e336cd7
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ namespace Ryujinx.Core.OsHle.Services.Set
|
|||
}
|
||||
else
|
||||
{
|
||||
SettingBuffer = Encoding.ASCII.GetBytes(StringValue);
|
||||
SettingBuffer = Encoding.ASCII.GetBytes(StringValue + "\0");
|
||||
}
|
||||
}
|
||||
if (NxSetting is int IntValue)
|
||||
|
|
Loading…
Add table
Reference in a new issue