-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme.md Tweak Command Line section #8583
Conversation
Readme.md
Outdated
@@ -141,12 +141,13 @@ see where it's stored) if you don't plan to reinstall Dolphin. | |||
* -A, --audio_emulation=<str> Low level (LLE) or high level (HLE) audio | |||
|
|||
Available DSP emulation engines are HLE (High Level Emulation) and | |||
LLE (Low Level Emulation). HLE is fast but often less accurate while LLE is | |||
LLE (Low Level Emulation). HLE is fast but can be less accurate while LLE is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "often" is still a better word here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is HLE incorrect enough to be "often" less accurate than LLE, though?
Maybe something like
LLE (Low Level Emulation). HLE is fast but can be less accurate while LLE is | |
LLE (Low Level Emulation). HLE is fast but is less accurate than LLE, which is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please squash your commits
It'd probably read better with less use of the word "which", "HLE is faster but less accurate whereas LLE is slower but close to perfect. Note that LLE has two submodes (Interpreter and Recompiler) but they cannot be selected from the command line." And then "Available video backends are "D3D" and "D3D12" (they are only available on Windows), "OGL", and "Vulkan"." It reads better with an "and" instead of comma for the D3D modes. |
That does read better. @Craftyawesome would you mind making those changes? |
Adds newer backends to readme + more positive about hle accuracy.
The command list itelf is still outdated, though.