1. 12 Aug, 2021 2 commits
  2. 07 Aug, 2021 8 commits
  3. 06 Aug, 2021 2 commits
  4. 05 Aug, 2021 8 commits
  5. 04 Aug, 2021 3 commits
    • lat9nq's avatar
      config: Read connected setting for controllers · be16d920
      lat9nq authored
      Currently yuzu will read the mapping but does not connect a controller
      despite adding subsequent configurations for it. Read the `connected`
      setting for now as a boolean like the Qt frontend.
      be16d920
    • Morph's avatar
      common: uuid: Add hex string to UUID constructor · 705f1110
      Morph authored
      This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer.
      705f1110
    • yzct12345's avatar
      nvdec: Implement VA-API hardware video acceleration (#6713) · 2868d4ba
      yzct12345 authored
      
      
      * nvdec: VA-API
      
      * Verify formatting
      
      * Forgot a semicolon for Windows
      
      * Clarify comment about AV_PIX_FMT_NV12
      
      * Fix assert log spam from missing negation
      
      * vic: Remove forgotten debug code
      
      * Address lioncash's review
      
      * Mention VA-API is Intel/AMD
      
      * Address v1993's review
      
      * Hopefully fix CMakeLists style this time
      
      * vic: Improve cache locality
      
      * vic: Fix off-by-one error
      
      * codec: Async
      
      * codec: Forgot the GetValue()
      
      * nvdec: Address ameerj's review
      
      * codec: Fallback to CPU without VA-API support
      
      * cmake: Address lat9nq's review
      
      * cmake: Make VA-API optional
      
      * vaapi: Multiple GPU
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarAmeer J <52414509+ameerj@users.noreply.github.com>
      
      * nvdec: Address ameerj's review
      
      * codec: Use anonymous instead of static
      
      * nvdec: Remove enum and fix memory leak
      
      * nvdec: Address ameerj's review
      
      * codec: Remove preparation for threading
      
      Co-authored-by: default avatarAmeer J <52414509+ameerj@users.noreply.github.com>
      2868d4ba
  6. 03 Aug, 2021 1 commit
  7. 02 Aug, 2021 4 commits
  8. 01 Aug, 2021 7 commits
  9. 31 Jul, 2021 1 commit
  10. 30 Jul, 2021 4 commits