File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,13 @@ see where it's stored) if you don't plan to reinstall Dolphin.
141
141
* -A, --audio_emulation=<str > Low level (LLE) or high level (HLE) audio
142
142
143
143
Available DSP emulation engines are HLE (High Level Emulation) and
144
- LLE (Low Level Emulation). HLE is fast but often less accurate while LLE is
145
- slow but close to perfect. Note that LLE has two submodes (Interpreter and
146
- Recompiler), which cannot be selected from the command line.
144
+ LLE (Low Level Emulation). HLE is faster but less accurate whereas
145
+ LLE is slower but close to perfect. Note that LLE has two submodes (Interpreter and Recompiler)
146
+ but they cannot be selected from the command line.
147
147
148
- Available video backends are "D3D" (only available on Windows) and
149
- "OGL". There's also "Software Renderer", which uses the CPU for rendering and
148
+ Available video backends are "D3D" and "D3D12" (they are only available on Windows), "OGL", and "Vulkan".
149
+ There's also "Null", which will not render anything, and
150
+ "Software Renderer", which uses the CPU for rendering and
150
151
is intended for debugging purposes only.
151
152
152
153
## Sys Files
You can’t perform that action at this time.
0 commit comments