Skip to content
  1. Mar 06, 2023
    • Jan Beich's avatar
      kernel: add missing header for libc++ · 859fb469
      Jan Beich authored
      In file included from src/core/hle/kernel/k_light_lock.cpp:4:
      In file included from src/./core/hle/kernel/k_light_lock.h:8:
      src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std'
          explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {}
                                                   ~~~~~^
      859fb469
  2. Mar 05, 2023
  3. Mar 04, 2023
  4. Mar 03, 2023
  5. Mar 02, 2023
  6. Mar 01, 2023
  7. Feb 28, 2023
  8. Feb 27, 2023
  9. Feb 26, 2023
  10. Feb 25, 2023
Loading