1. 29 Aug, 2019 7 commits
  2. 21 Aug, 2019 13 commits
  3. 18 Aug, 2019 3 commits
  4. 17 Aug, 2019 4 commits
  5. 09 Aug, 2019 1 commit
    • Lioncash's avatar
      yuzu/CMakeLists: Remove qt5_wrap_ui macro usage · 5980aa1e
      Lioncash authored
      We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
      the UI code generation for targets.
      
      As part of letting CMake automatically handle the header file parsing,
      we must not name includes with "ui_*" unless they're related to the
      output of the Qt UIC compiler. Because of this, we need to rename
      ui_settings, given it would conflict with this restriction.
      5980aa1e
  6. 04 Aug, 2019 2 commits
  7. 02 Aug, 2019 6 commits
  8. 30 Jul, 2019 2 commits
  9. 28 Jul, 2019 1 commit
  10. 26 Jul, 2019 1 commit
    • Fernando Sahmkow's avatar
      GPU: Flush commands on every dma pusher step. · e52c8955
      Fernando Sahmkow authored
      This commit ensures that the host gpu is constantly fed with commands to
      work with, while the guest gpu keeps producing the rest of the commands.
      This reduces syncing time between host and guest gpu.
      e52c8955