1. 28 Oct, 2020 10 commits
  2. 27 Oct, 2020 14 commits
  3. 26 Oct, 2020 2 commits
  4. 25 Oct, 2020 6 commits
  5. 24 Oct, 2020 1 commit
  6. 23 Oct, 2020 3 commits
  7. 22 Oct, 2020 2 commits
  8. 21 Oct, 2020 2 commits
    • Morph's avatar
      sdl_impl: Fix controller reconnection issues · 2f852f18
      Morph authored
      It turns out that after a controller is disconnected, there is a chance that events from the previous controller are sent/processed after it has been disconnected.
      This causes the previously disconnected controller to reappear as connected due to GetSDLJoystickBySDLID() emplacing this controller back to the map.
      
      Fix this by only returning an SDLJoystick if and only if it exists in the map.
      2f852f18
    • bunnei's avatar
      Merge pull request #4811 from lioncash/warn-video · 1fc61d09
      bunnei authored
      video_core: Conditially activate relevant compiler warnings
      1fc61d09