1. 15 Jun, 2021 1 commit
    • ameerj's avatar
      lm: Demote guest logs to LOG_DEBUG · 422a15ee
      ameerj authored
      Guest logs are not very useful, as they are intended for use by the game developers during development. As such, they provide little meaning to be logged by yuzu and tend to overwhelm the log output at times.
      422a15ee
  2. 14 Jun, 2021 2 commits
  3. 13 Jun, 2021 6 commits
  4. 12 Jun, 2021 1 commit
    • 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
  5. 11 Jun, 2021 24 commits
  6. 10 Jun, 2021 6 commits