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:
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user