From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:33:40 +0000 (+0200) Subject: readme.txt: add `gpu_neon.so` to plug list X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7a0ebe9c4d62729992efeb6631c33cb359e057;p=pcsx_rearmed.git readme.txt: add `gpu_neon.so` to plug list --- diff --git a/readme.txt b/readme.txt index 057d5bd8..9e12e9d8 100644 --- a/readme.txt +++ b/readme.txt @@ -85,6 +85,7 @@ GPU (graphics) and SPU (sound) plugins can be selected in builtin_gpu - this is either Exophase's ARM NEON GPU (accurate and fast, available if platform supports NEON, like on pandora), gpu_peops or gpu_unai (depends on compile options). +gpu_neon.so - Exophase's ARM NEON GPU with ARMv7 assembly optimizations. gpu_peops.so - P.E.Op.S. soft GPU, reasonably accurate but slow (also found with older emulators on PC) gpu_gles.so - experimental port of P.E.Op.S. MesaGL plugin to OpenGL ES.