XBOFS.win allows you to use your XBO Fight Stick controller on Windows without having to install ancient, beta drivers and rewire buttons
If you ended here looking to download and use XBOFS.win with your XBO arcade stick then you've landed in the wrong place.
Head over to the main website to view the installation instructions and download the application.
In order to compile this project you will need:
- Microsoft Visual Studio Community 2019
- Qt 6.1.x
- Windows SDK 10.0.19041.0
- WDK for Windows 10, version 2004
- WDK 8 Redistributable components
- vcpkg
- VigEmClient
- VigEmClient exists as a Git sub-module within this repository. A full checkout including sub-modules will automatically pull it in
- libwdi
- libwdi exists as a Git sub-module within this repository. A full checkout including sub-modules will automatically pull it in
- libusb-win32
- libusb-win32 is a dependency of libwdi. Download the latest release, extract the contents to the project root and rename the folder to
libusb-win32
- libusb-win32 is a dependency of libwdi. Download the latest release, extract the contents to the project root and rename the folder to
- libusbK
- libusbK is a dependency of libwdi. Download the latest release, extract the contents to the project root and rename the folder to
libusbK
- libusbK is a dependency of libwdi. Download the latest release, extract the contents to the project root and rename the folder to
Compilation is quite simple:
- Open the XBOXFS.win.sln file using Visual Studio
- In Solution Explorer, right-click on the XBOFS.win.qt project and click Build