Remove trailing comma in vararg
This commit is contained in:
parent
b37ced84cb
commit
8f5ecdf157
|
@ -85,8 +85,8 @@ namespace BizHawk.Emulation.Cores.Components.M6502
|
|||
FlagD ? "D" : "d",
|
||||
FlagI ? "I" : "i",
|
||||
FlagZ ? "Z" : "z",
|
||||
FlagC ? "C" : "c",
|
||||
// !RDY ? "R" : "r",
|
||||
FlagC ? "C" : "c"
|
||||
// !RDY ? "R" : "r"
|
||||
),
|
||||
$"Cy:{TotalExecutedCycles}",
|
||||
$"PPU-Cy:{ext_ppu_cycle}")
|
||||
|
|
Loading…
Reference in New Issue