Profile COnfig - quicknes flag
This commit is contained in:
parent
47f2fc901b
commit
d1b610dad3
|
@ -105,6 +105,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
a2600Settings.LeftDifficulty = false;
|
a2600Settings.LeftDifficulty = false;
|
||||||
a2600Settings.RightDifficulty = false;
|
a2600Settings.RightDifficulty = false;
|
||||||
PutA2600SyncSettings(a2600Settings);
|
PutA2600SyncSettings(a2600Settings);
|
||||||
|
|
||||||
|
// NES
|
||||||
|
Global.Config.NES_InQuickNES = true;
|
||||||
}
|
}
|
||||||
else if (ProfileSelectComboBox.SelectedIndex == 2) //Long Plays
|
else if (ProfileSelectComboBox.SelectedIndex == 2) //Long Plays
|
||||||
{
|
{
|
||||||
|
@ -156,6 +159,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
a2600Settings.LeftDifficulty = true;
|
a2600Settings.LeftDifficulty = true;
|
||||||
a2600Settings.RightDifficulty = true;
|
a2600Settings.RightDifficulty = true;
|
||||||
PutA2600SyncSettings(a2600Settings);
|
PutA2600SyncSettings(a2600Settings);
|
||||||
|
|
||||||
|
// NES
|
||||||
|
Global.Config.NES_InQuickNES = true;
|
||||||
}
|
}
|
||||||
else if (ProfileSelectComboBox.SelectedIndex == 1) //TAS
|
else if (ProfileSelectComboBox.SelectedIndex == 1) //TAS
|
||||||
{
|
{
|
||||||
|
@ -210,6 +216,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
a2600Settings.LeftDifficulty = true;
|
a2600Settings.LeftDifficulty = true;
|
||||||
a2600Settings.RightDifficulty = true;
|
a2600Settings.RightDifficulty = true;
|
||||||
PutA2600SyncSettings(a2600Settings);
|
PutA2600SyncSettings(a2600Settings);
|
||||||
|
|
||||||
|
// NES
|
||||||
|
Global.Config.NES_InQuickNES = true;
|
||||||
}
|
}
|
||||||
else if (ProfileSelectComboBox.SelectedIndex == 3) //custom
|
else if (ProfileSelectComboBox.SelectedIndex == 3) //custom
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue