Free download
button.Install
.When the installer prompts you to select the workloads, check the Windows application development workload:
(Optional) You can also select other workloads depending on your needs, such as:
.NET Desktop Development
for WPF/WinForms applications.Desktop development with C++
if you plan to work with C++ UWP applications.Under the Individual Components tab (if needed), ensure the following are checked:
Click Install
to begin the installation process.
You should now have Visual Studio 2022 set up for UWP development!
XBSX2
repository by running the following command:git clone https://github.com/EmulationCollective/XBSX2.git --recurse-submodules
Download the dependencies from the latest PCSX2 Windows dependencies release:
XBSX2 Dependencies.
Extract the downloaded archive.
Move the deps
folder from the extracted archive to the root of the XBSX2
repository
Download patches.zip
from PCSX2s GitHub; we'll need it later.
XBSX2
repository.PCSX2_qt.sln
file in Visual Studio 2022.XBSX2
project.XBSX2
project and select Set as Startup Project.Debug
by default.Debug
to Release
to optimize the build for performance.Payload file C:\Users\Stern\Documents\XBSX2\pcsx2-winrt\resources\patches.zip’ does not exist.
To fix this:
patches.zip
file that you downloaded earlier.XBSX2\pcsx2-winrt\Resources
.Local Machine
to Remote Machine
.Network
). Example: 192.168.1.1
.Build Solution
or press Ctrl+Shift+B
.Release
mode for deployment to the Xbox.The XBSX2 project is now deployed to your Xbox! If any issues arise during deployment, check the repository’s Issues page on GitHub for troubleshooting tips or reach out to the community for support.