| 1854 | } |
| 1855 | |
| 1856 | void toggleGameGenie (GtkCheckMenuItem * item, gpointer userData) |
| 1857 | { |
| 1858 | enableGameGenie (gtk_check_menu_item_get_active (item)); |
| 1859 | } |
| 1860 | |
| 1861 | void togglePause (GtkMenuItem * item, gpointer userData) |
| 1862 | { |
nothing calls this directly
no test coverage detected