aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authormerry <[email protected]>2021-05-26 17:18:06 +0100
committerGitHub <[email protected]>2021-05-26 17:18:06 +0100
commit8b4c73c8333beea411f2df9c455e6a6dde15db55 (patch)
tree085c713a9af542cf9bf1815db13c957e4ed2e626 /README.md
parent6f8795117819503a992e3bac25cfeea85b3b78a4 (diff)
downloaddynarmic-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.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cc4a91c..b5b5533a 100644
--- a/README.md
+++ b/README.md
@@ -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
------------------------