mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-11 22:40:01 -05:00
ff918df889
The logic of RendererHasFocus was extremely convoluted beforehand and was too brittle and broke in certain circumstances, like when the GCPad window was active. Simplify it and leave a comment explaining the new logic. This fixes the GCPad window not working when Background Input is unchecked.