mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Add description for SPU LLVM (#4558)
Not entirely sure on the wording, but some form of a description seems necessary.
This commit is contained in:
parent
819ed801a7
commit
21dc05265d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
"precise": "This is extremely slow but may fix broken graphics in some games.",
|
"precise": "This is extremely slow but may fix broken graphics in some games.",
|
||||||
"fast": "This is slower than the SPU Recompiler but significantly faster than the precise interpreter.\nGames rarely need this however.",
|
"fast": "This is slower than the SPU Recompiler but significantly faster than the precise interpreter.\nGames rarely need this however.",
|
||||||
"ASMJIT": "This is the fastest option with very good compatibility.\nIf unsure, use this option.",
|
"ASMJIT": "This is the fastest option with very good compatibility.\nIf unsure, use this option.",
|
||||||
"LLVM": ""
|
"LLVM": "Experimental. May improve performance, but may also break games."
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"auto": "Automatically selects the LLE libraries to load.\nWhile this option works fine in most cases, liblv2 is the preferred option.",
|
"auto": "Automatically selects the LLE libraries to load.\nWhile this option works fine in most cases, liblv2 is the preferred option.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue