mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
Add SetDestructionCallback() method to allow observers to safely null out pointers when the controller is destroyed. This prevents use-after-free issues in UI components. Also includes cleanup and const correctness improvements in configure_input_player_widget. Signed-off-by: Zephyron <zephyron@citron-emu.org>