GTK: added power menu item

This commit is contained in:
punkrockguy318 2010-03-04 05:41:20 +00:00
parent 1ce0d7ffa6
commit 3002e917b1
1 changed files with 1 additions and 0 deletions

View File

@ -1340,6 +1340,7 @@ static GtkItemFactoryEntry menu_items[] = {
{ "/File/_Quit", "<CTRL>Q", quit, 0, "<StockItem>", GTK_STOCK_QUIT },
{ "/_Options", NULL, NULL, 0, "<Branch>" },
{ "/_Emulator", NULL, NULL, 0, "<Branch>" },
{ "/Emulator/P_ower", NULL, FCEUI_PowerNES, 0, "<Item>"},
{ "/Emulator/_Reset", NULL, emuReset, 0, "<Item>"},
{ "/Emulator/_Pause", NULL, emuPause, 0, "<Item>"},
{ "/Emulator/R_esume", NULL, emuResume, 0, "<Item>"},