mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-28 23:09:01 -06:00
Remove "env, " from "return env, GetControlPointer..." since the left side of a comma operator has no effect. This was presumably a copy/paste error from the function above it.