gtk: turn off game genie on gtk init to match game genie menu checkbox which is off by default

This commit is contained in:
punkrockguy318 2011-03-19 00:50:24 +00:00
parent 469bcb1b53
commit abe58dcd54
1 changed files with 2 additions and 0 deletions

View File

@ -1970,6 +1970,8 @@ int InitGTKSubsystem(int argc, char** argv)
gtk_container_add(GTK_CONTAINER(MainWindow), vbox);
Menubar = CreateMenubar(MainWindow);
// turn of game genie by default, since its off by default in the menu
enableGameGenie(0);
gtk_box_pack_start (GTK_BOX(vbox), Menubar, FALSE, TRUE, 0);