Fix code style warning (by simplifying)
This commit is contained in:
parent
17e3e28d06
commit
0b0484ee7c
|
@ -169,7 +169,7 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
|
|||
MAMELuaCommand.MakeLookupKey(_gameFileName.Split('.')[0], LibMAME.BIOS_LUA_CODE),
|
||||
out string value))
|
||||
{
|
||||
args.AddRange(new List<string>{ "-bios", value });
|
||||
args.AddRange(new[] { "-bios", value });
|
||||
}
|
||||
|
||||
LibMAME.mame_launch(args.Count, args.ToArray());
|
||||
|
|
Loading…
Reference in New Issue