1. 26 May, 2022 1 commit
  2. 25 May, 2022 5 commits
  3. 21 May, 2022 1 commit
  4. 17 May, 2022 2 commits
  5. 16 May, 2022 1 commit
  6. 15 May, 2022 4 commits
  7. 14 May, 2022 3 commits
  8. 11 May, 2022 4 commits
  9. 10 May, 2022 2 commits
  10. 09 May, 2022 4 commits
  11. 08 May, 2022 2 commits
  12. 07 May, 2022 1 commit
  13. 06 May, 2022 4 commits
  14. 04 May, 2022 1 commit
  15. 03 May, 2022 3 commits
  16. 02 May, 2022 2 commits
    • Mai M's avatar
      Merge pull request #8296 from Morph1984/result-range · 8037f2ea
      Mai M authored
      hle/result: Implement ResultRange
      8037f2ea
    • Morph's avatar
      hle/result: Implement ResultRange · 08bddd7d
      Morph authored
      A ResultRange defines an inclusive range of error descriptions within an error module.
      This can be used to check whether the description of a given ResultCode falls within the range.
      The conversion function returns a ResultCode with its description set to description_start.
      08bddd7d