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
|
else
|
||||||
{
|
{
|
||||||
SettingBuffer = Encoding.ASCII.GetBytes(StringValue);
|
SettingBuffer = Encoding.ASCII.GetBytes(StringValue + "\0");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (NxSetting is int IntValue)
|
if (NxSetting is int IntValue)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue