1. 16 Sep, 2020 7 commits
  2. 15 Sep, 2020 5 commits
  3. 14 Sep, 2020 8 commits
  4. 12 Sep, 2020 2 commits
  5. 11 Sep, 2020 4 commits
  6. 10 Sep, 2020 4 commits
  7. 09 Sep, 2020 1 commit
  8. 07 Sep, 2020 8 commits
  9. 06 Sep, 2020 1 commit
    • ReinUsesLisp's avatar
      video_core: Remove all Core::System references in renderer · 9e871937
      ReinUsesLisp authored
      Now that the GPU is initialized when video backends are initialized,
      it's no longer needed to query components once the game is running: it
      can be done when yuzu is booting.
      
      This allows us to pass components between constructors and in the
      process remove all Core::System references in the video backend.
      9e871937