Add JMD to config.cs, and fix whitespace on JMDWriter.cs.
My editor whitespace settings are correct now, I promise!
This commit is contained in:
parent
a313d3910d
commit
b35ab0d936
|
@ -278,6 +278,10 @@ namespace BizHawk.MultiClient
|
||||||
public bool HexEditorBigEndian = false;
|
public bool HexEditorBigEndian = false;
|
||||||
public int HexEditorDataSize = 1;
|
public int HexEditorDataSize = 1;
|
||||||
|
|
||||||
|
// Video dumping settings
|
||||||
|
public int JMDCompression = 3;
|
||||||
|
public int JMDThreads = 3;
|
||||||
|
|
||||||
// NESPPU Settings
|
// NESPPU Settings
|
||||||
public bool AutoLoadNESPPU = false;
|
public bool AutoLoadNESPPU = false;
|
||||||
public bool NESPPUSaveWindowPosition = true;
|
public bool NESPPUSaveWindowPosition = true;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue