notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad47ef
)
readme.txt: add `gpu_neon.so` to plug list
author
Apaczer
<94932128+Apaczer@users.noreply.github.com>
Sun, 30 Mar 2025 19:33:40 +0000
(21:33 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 30 Mar 2025 22:55:46 +0000
(
01:55
+0300)
readme.txt
patch
|
blob
|
blame
|
history
diff --git
a/readme.txt
b/readme.txt
index
057d5bd
..
9e12e9d
100644
(file)
--- 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.