comparison blastem.c @ 2314:59fd8aa352e2

Apply binding changes after a config change in UI
author Michael Pavone <pavone@retrodev.com>
date Thu, 30 Mar 2023 23:20:12 -0700
parents 92449b47cce8
children 34b4ff091891
comparison
equal deleted inserted replaced
2313:ef5dc4d02d27 2314:59fd8aa352e2
379 } 379 }
380 380
381 void apply_updated_config(void) 381 void apply_updated_config(void)
382 { 382 {
383 render_config_updated(); 383 render_config_updated();
384 set_bindings();
385 update_pad_bindings();
384 if (current_system && current_system->config_updated) { 386 if (current_system && current_system->config_updated) {
385 current_system->config_updated(current_system); 387 current_system->config_updated(current_system);
386 } 388 }
387 } 389 }
388 390