style changes

This commit is contained in:
David Marcec 2018-07-12 11:25:47 +10:00
commit 3b5298c09e

View file

@ -102,6 +102,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
SettingBuffer = Encoding.ASCII.GetBytes(StringValue + "\0"); SettingBuffer = Encoding.ASCII.GetBytes(StringValue + "\0");
} }
} }
if (NvSetting is int IntValue) if (NvSetting is int IntValue)
{ {
SettingBuffer = BitConverter.GetBytes(IntValue); SettingBuffer = BitConverter.GetBytes(IntValue);