Pause menu item implemented

This commit is contained in:
andres.delikat 2011-01-11 03:48:14 +00:00
parent 3dd4b8074e
commit 757cecf78b
2 changed files with 11 additions and 2 deletions

View File

@ -398,7 +398,16 @@ namespace BizHawk.MultiClient
private void pauseToolStripMenuItem_Click(object sender, EventArgs e)
{
if (EmulatorPaused == true)
{
EmulatorPaused = false;
pauseToolStripMenuItem.Checked = false;
}
else
{
EmulatorPaused = true;
pauseToolStripMenuItem.Checked = true;
}
}
private void helpToolStripMenuItem1_Click(object sender, EventArgs e)

View File

@ -1,5 +1,5 @@
SoundEnabled True
LastRomPath D:\lib\roms\Turbografx16
LastRomPath D:\TAS\adelikatTAS\Archive
HardResetBinding LeftShift+Tab
FastForwardBinding J1 B6
RewindBinding J1 B5