mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-25 05:19:19 -06:00
Use a single lambda as a callback which calls InitCustomPaths and RefreshConfig instead of having separate callbacks for each of them. This fixes the callback for InitCustomPaths not being removed on shutdown; the callback for the lambda (previously for RefreshConfig) is already removed in Shutdown().