README: Update readme

- Add 'projects using' section
- Update guest architectures supported section
This commit is contained in:
merry 2021-05-26 17:18:06 +01:00 committed by GitHub
parent 6f87951178
commit 8b4c73c833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
------------------------