style changes
This commit is contained in:
parent
00194e6bde
commit
3b5298c09e
1 changed files with 3 additions and 2 deletions
|
@ -102,6 +102,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
|
|||
SettingBuffer = Encoding.ASCII.GetBytes(StringValue + "\0");
|
||||
}
|
||||
}
|
||||
|
||||
if (NvSetting is int IntValue)
|
||||
{
|
||||
SettingBuffer = BitConverter.GetBytes(IntValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue