mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-23 22:49:43 +00:00
Fixed a broken link in README (#713)
This commit is contained in:
parent
6f29d2a5d8
commit
91bf99d2a5
@ -16,7 +16,7 @@ Since Box64 uses the native versions of some "system" libraries, like libc, libm
|
|||||||
|
|
||||||
Box64 integrates with DynaRec (dynamic recompiler) for the ARM64 platform, providing a speed boost between 5 to 10 times faster than using only the interpreter. Some high level information on how DynaRec works can be found [here](https://box86.org/2021/07/inner-workings-a-high%e2%80%91level-view-of-box86-and-a-low%e2%80%91level-view-of-the-dynarec/).
|
Box64 integrates with DynaRec (dynamic recompiler) for the ARM64 platform, providing a speed boost between 5 to 10 times faster than using only the interpreter. Some high level information on how DynaRec works can be found [here](https://box86.org/2021/07/inner-workings-a-high%e2%80%91level-view-of-box86-and-a-low%e2%80%91level-view-of-the-dynarec/).
|
||||||
|
|
||||||
Some x64 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](../src/emu/x64primop.c) for copyright details
|
Some x64 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](src/emu/x64primop.c) for copyright details
|
||||||
|
|
||||||
<img src="docs/img/Box64Icon.png" width="96" height="96">
|
<img src="docs/img/Box64Icon.png" width="96" height="96">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user