diff options
author | merry <[email protected]> | 2021-05-26 17:18:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-26 17:18:06 +0100 |
commit | 8b4c73c8333beea411f2df9c455e6a6dde15db55 (patch) | |
tree | 085c713a9af542cf9bf1815db13c957e4ed2e626 /README.md | |
parent | 6f8795117819503a992e3bac25cfeea85b3b78a4 (diff) | |
download | dynarmic-8b4c73c8333beea411f2df9c455e6a6dde15db55.tar.gz dynarmic-8b4c73c8333beea411f2df9c455e6a6dde15db55.zip |
README: Update readme
- Add 'projects using' section
- Update guest architectures supported section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -7,7 +7,8 @@ A dynamic recompiler for ARM. ### Supported guest architectures -* ARMv6K +* ARMv6K, ARMv7A +* 32-bit ARMv8 * 64-bit ARMv8 ### Supported host architectures @@ -16,6 +17,15 @@ A dynamic recompiler for ARM. There are no plans to support x86-32. +Projects using Dynarmic +----------------------- + +* [Citra - Nintendo 3DS emulator](https://citra-emu.org) +* [yuzu - Nintendo Switch emulator](https://yuzu-emu.org) +* [EKA2L1 - An Experimental Symbian OS emulator](https://github.com/EKA2L1/EKA2L1) +* [Vita3K - An Experimental PSVita emulator](https://vita3k.org) +* [unidbg - Android native library emulation, with experimental iOS emulation](https://github.com/zhkl0228/unidbg) + Alternatives to Dynarmic ------------------------ |