Skip to content
Snippets Groups Projects
  1. Jun 03, 2019
    • Lioncash's avatar
      yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor · cfb59aad
      Lioncash authored
      We can just pass a pointer to GMainWindow directly and make it a
      requirement of the interface. This makes the interface a little safer,
      since this would technically otherwise allow any random QWidget to be
      the parent of a render window, downcasting it to GMainWindow (which is
      undefined behavior).
      cfb59aad
  2. May 26, 2019
  3. Apr 17, 2019
  4. Apr 01, 2019
  5. Mar 25, 2019
  6. Feb 07, 2019
  7. Jan 21, 2019
  8. 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
  9. 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
  10. 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
  11. Aug 12, 2018
  12. Aug 06, 2018
  13. Jan 17, 2018
  14. Jan 13, 2018
  15. Aug 11, 2017
  16. Jun 02, 2017
  17. Mar 17, 2017
  18. Mar 01, 2017
  19. Dec 26, 2016
  20. Dec 23, 2016
  21. Dec 11, 2016
  22. Sep 21, 2016
  23. Sep 19, 2016
  24. Sep 18, 2016
  25. Aug 30, 2016
  26. Oct 04, 2015
  27. Sep 24, 2015
  28. Sep 18, 2015
  29. Sep 11, 2015
  30. Sep 07, 2015
  31. Jul 13, 2015
  32. May 29, 2015
  33. May 18, 2015
  34. May 07, 2015
  35. May 01, 2015
Loading