1. 10 Oct, 2017 2 commits
    • bunnei's avatar
      Merge remote-tracking branch 'upstream/master' into nx · b1d5db1c
      bunnei authored
      # Conflicts:
      #	src/core/CMakeLists.txt
      #	src/core/arm/dynarmic/arm_dynarmic.cpp
      #	src/core/arm/dyncom/arm_dyncom.cpp
      #	src/core/hle/kernel/process.cpp
      #	src/core/hle/kernel/thread.cpp
      #	src/core/hle/kernel/thread.h
      #	src/core/hle/kernel/vm_manager.cpp
      #	src/core/loader/3dsx.cpp
      #	src/core/loader/elf.cpp
      #	src/core/loader/ncch.cpp
      #	src/core/memory.cpp
      #	src/core/memory.h
      #	src/core/memory_setup.h
      b1d5db1c
    • bunnei's avatar
      loader: Various improvements for NSO/NRO loaders. · 23ce4f5a
      bunnei authored
      23ce4f5a
  2. 09 Oct, 2017 3 commits
  3. 08 Oct, 2017 1 commit
  4. 07 Oct, 2017 1 commit
  5. 06 Oct, 2017 2 commits
  6. 04 Oct, 2017 10 commits
  7. 03 Oct, 2017 3 commits
  8. 02 Oct, 2017 2 commits
    • Subv's avatar
      Kernel/SharedMemory: Don't take over and unmap the source memory block when... · b18589ec
      Subv authored
      Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.
      
      Also reference the right offset into the backing block for the requested address.
      b18589ec
    • MerryMage's avatar
      macOS: Build x86_64h slice · 29a6fbac
      MerryMage authored
      This commit produces a fat-binary with two slices. The x86_64 slice
      is for all x64 systems, and the x86_64h slice targets x64 systems
      starting with Haswell. The latter allows the compiler to use newer
      instructions that are not available on older microarchitectures.
      29a6fbac
  9. 01 Oct, 2017 9 commits
  10. 30 Sep, 2017 7 commits