1. 12 Aug, 2018 24 commits
  2. 11 Aug, 2018 15 commits
  3. 10 Aug, 2018 1 commit
    • Lioncash's avatar
      video_core; Get rid of global g_toggle_framelimit_enabled variable · 20c2928c
      Lioncash authored
      Instead, we make a struct for renderer settings and allow the renderer
      to update all of these settings, getting rid of the need for
      global-scoped variables.
      
      This also uncovered a few indirect inclusions for certain headers, which
      this commit also fixes.
      20c2928c