Revert previous commit, should take a rest indeed.
This commit is contained in:
parent
7d79980fb0
commit
5a8ec614ba
|
@ -525,7 +525,8 @@ common_gtk_glade_main( struct configured_features *my_config) {
|
||||||
uninit_joy();
|
uninit_joy();
|
||||||
|
|
||||||
SDL_Quit();
|
SDL_Quit();
|
||||||
desmume_config_write_file(keyfile);
|
desmume_config_update_keys(keyfile);
|
||||||
|
desmume_config_update_joykeys(keyfile);
|
||||||
desmume_config_dispose(keyfile);
|
desmume_config_dispose(keyfile);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue