public static void SetFlag(EmulationFlags flag, bool value) { if (value) { InteropEmu.SetFlags(flag); } else { InteropEmu.ClearFlags(flag); } }