fix more dead links

This commit is contained in:
lizzie
2026-08-28 07:54:41 +00:00
parent 0f31ced520
commit 1d8ff11da4
7 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ A dynamic recompiler for ARM.
*Note that an adversarial guest program [can determine if it's being ran under Dynarmic](#disadvantages-of-dynarmic). Preventing this is not a goal of this project.*
Cortex-A57 (32 and 64 bit) is the emulated guest target. See [ArchVersion](src/dynarmic/interface/A32/arch_version.h).
Cortex-A57 (32 and 64 bit) is the emulated guest target. See [ArchVersion](../../src/dynarmic/interface/A32/arch_version.h).
The only supported host architectures are x86-64, and AArch64. There are no plans to support any 32-bit architectures.