1. 27 Jul, 2021 2 commits
    • Lioncash's avatar
      render_target: Add missing initializer for size extent · 00e100de
      Lioncash authored
      Everything else has a default constructor that does the straightforward
      thing of initializing most members to a default value, except for the
      size.
      
      We explicitly initialize the size (and others, for consistency), to
      prevent potential uninitialized reads from occurring. Particularly given
      the largeish surface area that this struct is used in.
      00e100de
    • bunnei's avatar
      Merge pull request #6696 from ameerj/speed-limit-rename · d6c79949
      bunnei authored
      general: Rename "Frame Limit" references to "Speed Limit"
      d6c79949
  2. 26 Jul, 2021 20 commits
  3. 25 Jul, 2021 8 commits
  4. 24 Jul, 2021 5 commits
  5. 23 Jul, 2021 5 commits