From 8ff5e234d3cc1cfa6e909a0e850f7d04fcacf766 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:25:03 +0000 Subject: [PATCH] Update description --- apps/Box86/description | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/Box86/description b/apps/Box86/description index 6be4783..9a396d8 100644 --- a/apps/Box86/description +++ b/apps/Box86/description @@ -1,7 +1,4 @@ Easily emulate x86 linux apps on Raspberry Pi. - Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux, like ARM (host system needs to be 32bit little-endian). - -Because Box86 uses the native versions of some "system" libraries, like libc, libm, SDL, and OpenGL, it's easy to integrate and use, and performance can be surprisingly high in some cases. - +Because Box86 uses the native versions of some "system" libraries, like libc, libm, SDL and OpenGL, it's easy to integrate and use, and performance can be surprisingly high in some cases. Box86 now integrates a DynaRec (dynamic recompiler) for the ARM platform, providing a speed boost between 5 to 10 times faster than only using the interpreter.