Update ISystemSettingsServer.cs

This commit is contained in:
Ac_K 2018-04-26 02:48:58 +02:00 committed by GitHub
parent 90ce629417
commit f89e336cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)