mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 16:24:47 +01:00
No description
GetReturnFromRunCodeAddress is const qualified, so this can accept a const pointer. This also allows for making the constructor accept a const pointer as well. |
||
|---|---|---|
| docs | ||
| externals/catch | ||
| src | ||
| tests | ||
| CMakeLists.txt | ||
| README.md | ||
Dynarmic
A dynamic recompiler for the ARMv6K architecture.
Documentation
Design documentation can be found at docs/Design.md.
Plans
Near-term
- Actually finish the translators off
- Get everything working
Redundant Get/Set eliminationHandle immediates properly- Allow ARM flags to be stored in host flags
Medium-term
Long-term
- ARMv7A support
- ARMv5 support