bunnei
|
7d6653268f
|
core: Move process creation out of global state.
|
2018-03-14 18:42:19 -04:00 |
|
Subv
|
827f8ca3c7
|
Kernel: Store the program id in the Process class instead of the CodeSet class.
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
|
2018-03-01 19:03:53 -05:00 |
|
MerryMage
|
e86bdb1601
|
Fix build on macOS and linux
|
2018-01-13 22:38:52 +00:00 |
|
bunnei
|
b1d5db1cf6
|
Merge remote-tracking branch 'upstream/master' into nx
# 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
|
2017-10-09 23:56:20 -04:00 |
|
Subv
|
a8d2f5787f
|
Tests: Added Memory::IsValidVirtualAddress tests.
|
2017-09-26 17:31:50 -05:00 |
|