djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
77 stars 15 forks source link

fix(hook): Add missing hook_table_revert impl #286

Closed icex2 closed 4 months ago

icex2 commented 4 months ago

fix(hook): Add missing hook_table_revert impl

Allow hooks to cleanup when they are shut down.


Stack created with Sapling. Best reviewed with ReviewStack.

icex2 commented 4 months ago

Looks good to me, just a question about the failure case, as well as an overall question about when this would be used

Added reasoning to commit body.