Skip to content
  1. Jun 16, 2021
  2. Jun 15, 2021
  3. Jun 14, 2021
  4. Jun 13, 2021
  5. Jun 12, 2021
    • Morph's avatar
      common: fs: Use the normal directory iterator in *Recursively functions · c978f314
      Morph authored
      MSVC's implementation of recursive_directory_iterator throws an exception on an error despite a std::error_code being passed into its constructor. This is most likely a bug in MSVC's implementation since directory_iterator does not throw an exception on an error.
      
      We can replace the usage of recursive_directory_iterator for now until MSVC fixes their implementation of it.
      c978f314
  6. Jun 11, 2021
  7. Jun 10, 2021
    • bunnei's avatar
      Merge pull request #6444 from bunnei/fix-sm-sessions · 4547b273
      bunnei authored
      hle: service: sm: Remove redundant session reservation, etc.
      4547b273
    • Markus Wick's avatar
      Fix GCC undefined behavior sanitizer. · 67550253
      Markus Wick authored
      * Wrong alignment in u64 LOG_DEBUG -> memcpy.
      * Huge shift exponent in stride calculation for linear buffer, unused result -> skipped.
      * Large shift in buffer cache if word = 0, skip checking for set bits.
      
      Non of those were critical, so this should not change any behavior.
      At least with the assumption, that the last one used masking behavior, which always yield continuous_bits = 0.
      67550253
Loading