mame/plugins/autofire
Jack Li 27f66693c5 Autofire plugin: Save/load fixes (#5093)
* Fixed bugs related to reloading roms

Soft resets would reload autofire settings without saving them first, causing the settings to be lost. This commit adds a check to only reload from the settings file if loading a different rom than before.

Hard resets would leave bad references lying around, causing MAME to crash under certain circumstances (i.e. resetting while in the edit menu and entering the menu again). This commit makes sure to properly clean up and reinitialize menu and button states when resetting.

* Used set_folder to avoid hardcoding plugin name in settings path

* Bumped autofire plugin version
2019-05-21 18:44:44 -04:00
..
autofire_menu.lua Autofire plugin: Save/load fixes (#5093) 2019-05-21 18:44:44 -04:00
autofire_save.lua Autofire plugin: Save/load fixes (#5093) 2019-05-21 18:44:44 -04:00
init.lua Autofire plugin: Save/load fixes (#5093) 2019-05-21 18:44:44 -04:00
plugin.json Autofire plugin: Save/load fixes (#5093) 2019-05-21 18:44:44 -04:00