Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
  2. Mar 07, 2019
  3. Mar 02, 2019
    • James Rowe's avatar
      Input: Remove global variables from SDL Input · 09ac6638
      James Rowe authored
      Changes the interface as well to remove any unique methods that
      frontends needed to call such as StartJoystickEventHandler by
      conditionally starting the polling thread only if the frontend hasn't
      started it already. Additionally, moves all global state into a single
      SDLState class in order to guarantee that the destructors are called in
      the proper order
      09ac6638
  4. Feb 07, 2019
  5. Jan 20, 2019
    • James Rowe's avatar
      QT Frontend: Add a Loading screen with progressbar · 08fcf41b
      James Rowe authored
      With shader caches on the horizon, one requirement is to provide visible
      feedback for the progress. The shader cache reportedly takes several
      minutes to load for large caches that were invalidated, and as such we
      should provide a loading screen with progress.
      
      Adds a loading screen widget that will be shown until the first frame of
      the game is swapped. This was chosen in case shader caches are not being
      used, several games still take more than a few seconds to launch and
      could benefit from a loading screen.
      08fcf41b
  6. Dec 18, 2018
    • zhupengfei's avatar
      yuzu, video_core: Screenshot functionality · a2be4930
      zhupengfei authored
      Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
      a2be4930
  7. Nov 21, 2018
  8. Oct 24, 2018
  9. Oct 09, 2018
    • NeatNit's avatar
      implemented touch in Qt and SDL · 4f24343f
      NeatNit authored
      change TouchToPixelPos to return std::pair<int, int>
      
      static_cast (SDL)
      
      various minor style and code improvements
      
      style - PascalCase for function names
      
      made touch events private
      
      const pointer arg in touch events
      
      make TouchToPixelPos a const member function
      
      did I do this right?
      
      braces on barely-multiline if
      
      remove question comment (confirmed in Discord)
      
      fixed consts
      
      remove unused parameter from TouchEndEvent
      
      DRY - High-DPI scaled touch put in separate function
      
      also fixes a bug where if you start touching (with either mouse or touchscreen) and drag the mouse to the LEFT of the emulator window, the touch point jumps to the RIGHT side of the touchscreen; draggin to above the window would make it jump to the bottom.
      
      implicit conversion from QPoint to QPointF, apparently
      
      I have no idea what const even means but I'll put it here anyway
      
      remove unused or used-once variables
      
      make touch scaling functions const, and put their implementations together
      
      removed unused FingerID parameters
      
      QTouchEvent forward declaration; add comment to TouchBegin that was lost in an edit
      
      better DRY in SDL
      
      To do -> TODO(NeatNit)
      
      remove unused include
      4f24343f
  10. 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
  11. Sep 06, 2018
  12. Jul 14, 2018
  13. Jul 07, 2018
  14. Apr 29, 2018
  15. Jan 19, 2018
  16. Jan 17, 2018
  17. Jan 16, 2018
  18. Jan 13, 2018
  19. Jan 11, 2018
  20. Aug 11, 2017
  21. 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
  22. Jun 02, 2017
  23. May 28, 2017
  24. Mar 17, 2017
  25. Mar 01, 2017
  26. Feb 23, 2017
  27. Jan 04, 2017
  28. Dec 26, 2016
  29. Dec 23, 2016
  30. Dec 22, 2016
  31. Dec 18, 2016
Loading