Oops, write config file in gtk-glade frontend instead of
reading it again.
This commit is contained in:
parent
d5d24cbb88
commit
7d79980fb0
|
@ -525,8 +525,7 @@ common_gtk_glade_main( struct configured_features *my_config) {
|
|||
uninit_joy();
|
||||
|
||||
SDL_Quit();
|
||||
desmume_config_update_keys(keyfile);
|
||||
desmume_config_update_joykeys(keyfile);
|
||||
desmume_config_write_file(keyfile);
|
||||
desmume_config_dispose(keyfile);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue