- Oct 15, 2017
- Oct 14, 2017
- Oct 13, 2017
- Oct 10, 2017
-
-
bunnei authored
-
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
-
bunnei authored
-
- Oct 09, 2017
-
-
James Rowe authored
travis: Split build scripts for different platforms
-
James Rowe authored
Change command header in nwm::UDS Initialize function
-
Dragios authored
-
- Oct 08, 2017
-
-
Sebastian Valle authored
Remove more usages of GetPointer.
-
- Oct 07, 2017
-
-
MerryMage authored
This commit also separates clang-format from the linux build, closing #2702.
-
- Oct 06, 2017
-
-
Sebastian Valle authored
file_sys/archive_ncch: use NCCHs/.apps instead of .romfs files, NCCH section override
-
bunnei authored
-
- Oct 04, 2017
-
-
Sebastian Valle authored
HLE/APT: Always set up the APT parameter when starting a library applet.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
bunnei authored
Extracted the attribute setup and draw commands into their own functions
-
Huw Pascoe authored
-
- Oct 03, 2017
-
-
bunnei authored
-
bunnei authored
SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it
-
James Rowe authored
macOS: Build x86_64h slice
-
- Oct 02, 2017
-
-
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.
-
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.
-
- Oct 01, 2017
-
-
Sebastian Valle authored
Memory: Add overloads for ReadBlock and WriteBlock that operate on a specific process.
-
Subv authored
-
Subv authored
-