1. 15 Jun, 2022 3 commits
    • Morph's avatar
      vk_compute_pass: Explicitly cast to VkAccessFlags · 4572634a
      Morph authored
      According to the standard, a narrowing conversion is an implicit conversion from an integer or unscoped enumeration type to an integer type that cannot represent all the values of the original type, except when the value is a literal or constant expression.
      MSVC, unlike GCC or Clang, determines this to be a narrowing conversion despite the enumeration exclusively containing values that fit within the range of a 32 bit integer, emitting a warning since designated initializers prohibit narrowing conversions.
      To solve this, explicitly cast to the type we are initializing.
      4572634a
    • Mai's avatar
      Merge pull request #8383 from Morph1984/shadow-of-the-past · 103997ee
      Mai authored
      yuzu: Make variable shadowing a compile-time error
      103997ee
    • Mai's avatar
      Merge pull request #8462 from liamwhite/dynarmic-profile · c9de5474
      Mai authored
      core: centralize profile scope for Dynarmic
      c9de5474
  2. 14 Jun, 2022 28 commits
  3. 13 Jun, 2022 9 commits