TODO: is there somewhere else we can move this? works for now though
| 1847 | |
| 1848 | // TODO: is there somewhere else we can move this? works for now though |
| 1849 | void enableGameGenie (int enabled) |
| 1850 | { |
| 1851 | g_config->setOption ("SDL.GameGenie", enabled); |
| 1852 | g_config->save (); |
| 1853 | FCEUI_SetGameGenie (enabled); |
| 1854 | } |
| 1855 | |
| 1856 | void toggleGameGenie (GtkCheckMenuItem * item, gpointer userData) |
| 1857 | { |
no test coverage detected