mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-17 03:29:12 +01:00
e01a33f69b
Fixes issue 8328. As far as I know, this works the same way as console. Games will generally react to the reset button the same way as Home->Reset, so this is only marginally useful, but possibly nice to have in certain situations. Note that if you try to use Reset, and you're running a WAD which isn't installed, it will likely crash because WADs respond to the reset button by launching themselves with ES_LAUNCH. It might be a good idea to add some sort of hack to make this work as expected. It would be easy to extend this to support the power button, but it's unclear how exactly that should be exposed in the UI. See also issue 8979. Needs to be rebased once PR #3811 is merged.