From 6875f218ecbd64f0e4f2c5e01dd9f15d2ec7cac7 Mon Sep 17 00:00:00 2001 From: jthecodebuilder Date: Tue, 29 Jan 2019 12:11:42 -0600 Subject: [PATCH] Compensating for the (quite) recent Functional LLE USB merge --- Frequently-Asked-Questions-(FAQ).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index ac307af..8d55fc8 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -102,7 +102,7 @@ Enabling this option will emulate the Xbox's NV2A GPU using OpenGL instead of pa It may provide more accurate results, but is currently much slower than the default HLE approach. -As of PR [#1365](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/1365), LLE USB is implemented but in a permanently disabled state since it doesn't work yet because of kernel issues. Enabling this option will emulate the underlying USB hardware of the Xbox instead of intercepting Xinput function calls. +As of PRs [#1365](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/1365) and [#1532](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/1538), LLE USB is completely implemented but in an obscured state, due to the input GUI needing a (partial?) rewrite. Enabling this option will emulate the underlying USB hardware of the Xbox instead of intercepting XInput function calls, but that of course requires changing some static variable(s) in the code (probably the ones in [here?](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/e463f473b9809124c3654166bc69032aba7457dc)). It is better to wait for the new input GUI to be written. *** @@ -124,4 +124,4 @@ For more terminology and definitions, see the _[Overview of the project & Glossa ### What is that green square in the upper right of the window? This is the light that would normally be on the front of the Xbox. -Some dashboards may change it, or it may flash of different colors to show error codes. +Some dashboards may change it, or it may flash of different colors to show error codes. \ No newline at end of file