diff options
| author | Craftyawesome <craftyawesome.ak@gmail.com> | 2020-03-15 18:28:24 -0400 |
|---|---|---|
| committer | Craftyawesome <craftyawesome.ak@gmail.com> | 2020-03-15 18:28:24 -0400 |
| commit | dee271bae03ee6fbd7cf7c4376ef5b08a4373476 (patch) | |
| tree | c217a176c556d1558603d49d499f4347c3f9c910 | |
| parent | d2b79df40b1e1c31ef8057a8e6600a6e1eb3f852 (diff) | |
Update Readme.md
| -rw-r--r-- | Readme.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 -slow but close to perfect. Note that LLE has two submodes (Interpreter and -Recompiler), which cannot be selected from the command line. +LLE (Low Level Emulation). 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. -Available video backends are "D3D" (only available on Windows) and -"OGL". There's also "Software Renderer", which uses the CPU for rendering and +Available video backends are "D3D" and "D3D12" (they are only available on Windows), "OGL", and "Vulkan". +There's also "Null", which will not render anything, and +"Software Renderer", which uses the CPU for rendering and is intended for debugging purposes only. ## Sys Files |
