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:
tlm-2501 2018-05-14 17:32:47 +03:00 committed by Ani
parent 819ed801a7
commit 21dc05265d

View file

@ -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.",