Skip to content
Snippets Groups Projects
  1. Sep 11, 2018
    • Tobias's avatar
      Port #4141 from citra: Joystick hotplug support (#1275) · 804115b2
      Tobias authored
      * Joystick hotplug support (#4141)
      
      * use SDL_PollEvent instead of SDL_JoystickUpdate
      
      Register hot plugged controller by GUID if they were configured in a previous session
      
      * Move SDL_PollEvent into its own thread
      
      * Don't store SDLJoystick pointer in Input Device; Get pointer on each GetStatus call
      
      * Fix that joystick_list gets cleared after SDL_Quit
      
      * Add VirtualJoystick for InputDevices thats never nullptr
      
      * fixup! Add VirtualJoystick for InputDevices thats never nullptr
      
      * fixup! fixup! Add VirtualJoystick for InputDevices thats never nullptr
      
      * Remove SDL_GameController, make SDL_Joystick* unique_ptr
      
      * fixup! Remove SDL_GameController, make SDL_Joystick* unique_ptr
      
      * Adressed feedback; fixed handling of same guid reconnects
      
      * fixup! Adressed feedback; fixed handling of same guid reconnects
      
      * merge the two joystick_lists into one
      
      * make SDLJoystick a member of VirtualJoystick
      
      * fixup! make SDLJoystick a member of VirtualJoystick
      
      * fixup! make SDLJoystick a member of VirtualJoystick
      
      * fixup! fixup! make SDLJoystick a member of VirtualJoystick
      
      * SDLJoystick: Addressed review comments
      
      * Address one missed review comment
      804115b2
  2. Sep 06, 2018
  3. Jul 14, 2018
  4. Jul 07, 2018
  5. Apr 29, 2018
  6. Jan 19, 2018
  7. Jan 17, 2018
  8. Jan 16, 2018
  9. Jan 13, 2018
  10. Jan 11, 2018
  11. Aug 11, 2017
  12. Jul 07, 2017
    • B3n30's avatar
      Implement basic virtual Room support based on enet (#2803) · 2e37ce01
      B3n30 authored
      * Added support for network with ENet lib,
      
      connecting is possible, but data can't be sent, yet.
      
      * fixup! Added support for network with ENet lib,
      
      * fixup! CLang
      
      * fixup! Added support for network with ENet lib,
      
      * fixup! Added support for network with ENet lib,
      
      * fixup! Clang format
      
      * More fixups!
      
      * Moved ENetHost* and ENetPeer* into pimpl classes
      
      * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
      
      * fixup! Clang again
      
      * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
      
      * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
      
      * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
      2e37ce01
  13. Jun 02, 2017
  14. May 28, 2017
  15. Mar 17, 2017
  16. Mar 01, 2017
  17. Feb 23, 2017
  18. Jan 04, 2017
  19. Dec 26, 2016
  20. Dec 23, 2016
  21. Dec 22, 2016
  22. Dec 18, 2016
  23. Nov 05, 2016
  24. Sep 21, 2016
  25. Sep 19, 2016
  26. Sep 18, 2016
  27. Aug 30, 2016
  28. May 15, 2016
  29. Apr 29, 2016
  30. Oct 04, 2015
Loading