bunnei
|
1247c53786
|
yuzu: Update license text to be consistent across project.
|
2018-01-13 16:22:39 -05:00 |
|
MerryMage
|
d2fbc78320
|
arm_dynarmic: Implement core
|
2018-01-12 17:48:29 -05:00 |
|
bunnei
|
6e9d66fd3a
|
arm_dynarmic: More cleanup.
|
2018-01-04 00:09:12 -05:00 |
|
bunnei
|
aa7e061e71
|
arm_dynarmic: Gut interface until dynarmic is ready for general use.
|
2018-01-03 22:10:11 -05:00 |
|
bunnei
|
b172f0d770
|
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
|
2018-01-02 22:24:12 -05: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 |
|
bunnei
|
6377585edb
|
arm_interface: Set TLS address for dynarmic core.
|
2017-09-30 14:34:03 -04:00 |
|
bunnei
|
3411883fe3
|
arm: Use 64-bit addressing in a bunch of places.
|
2017-09-30 14:28:53 -04:00 |
|
Huw Pascoe
|
529f4a0131
|
Moved down_count to CoreTiming
|
2017-09-30 17:38:14 +01:00 |
|
MerryMage
|
67a70bd9e1
|
ARM_Interface: Implement PageTableChanged
|
2017-09-24 23:08:25 +01:00 |
|
MerryMage
|
2b36d4c9d7
|
arm_dynarmic: CP15 support
|
2017-02-03 17:32:47 +00:00 |
|
bunnei
|
8b1e269e58
|
ThreadContext: Move from "core" to "arm_interface".
|
2016-12-22 00:27:49 -05:00 |
|
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
bunnei
|
05e120a4cc
|
arm: ResetContext shouldn't be part of ARM_Interface.
|
2016-09-15 17:49:30 -04:00 |
|
bunnei
|
85861d44b7
|
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
|
2016-09-15 17:49:30 -04:00 |
|
bunnei
|
1976a2d773
|
dynarmic: Implement ARM CPU interface.
|
2016-09-15 17:49:26 -04:00 |
|