Skip to content

Commit

Permalink
(chore:) Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD authored Dec 3, 2024
1 parent 41ffdaa commit 72516bb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# XBSX2 UWP

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1f7c0d75fec74d6daa6adb084e5b4f71)](https://app.codacy.com/gh/PCSX2/pcsx2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=SternXD/pcsx2&utm_campaign=Badge_Grade)
[![Discord Server](https://img.shields.io/discord/309643527816609793?color=%235CA8FA&label=Xbox%20Emulation%20Hub%20Discord&logo=discord&logoColor=white)]([https://discord.com/invite/TCz3t9k](https://discord.gg/xbox-emulation-hub-1007582798598647889))
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1f7c0d75fec74d6daa6adb084e5b4f71)](https://app.codacy.com/gh/EmulationCollective/XBSX2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=EmulationCollective/XBSX2&utm_campaign=Badge_Grade)
[![Discord Server](https://img.shields.io/discord/1007582798598647889?color=%235CA8FA&label=Emulation%20Collective&logo=discord&logoColor=white)]([https://discord.com/invite/emulation-collective-1007582798598647889](https://discord.gg/emulation-collective-1007582798598647889))

XBSX2 is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2's hardware, using a combination of MIPS CPU [Interpreters](<https://en.wikipedia.org/wiki/Interpreter_(computing)>), [Recompilers](https://en.wikipedia.org/wiki/Dynamic_recompilation) and a [Virtual Machine](https://en.wikipedia.org/wiki/Virtual_machine) which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.

## Maintenance
I will maintain this project as time permits, and new builds may be released approximately every three months or so. Please do not contact me asking for updates, as there are no ETAs. Updates are published on a case-by-case basis based on availability and need.

If you are in need of a build, check the [**Actions**](https://github.com/EmulationCollective/XBSX2/actions/workflows/buildwinrtnightly.yml) tab to find the latest available build. Please note that those builds are nightly and have not been tested.

## System Requirements

We recommend to use an Xbox Series S or Xbox Series X with XBSX2 but you can however play a limited set of games on Xbox One, Xbox One S, and Xbox One X.
Expand All @@ -13,13 +18,11 @@ Please note that a BIOS dump from a legitimately-owned PS2 console is required t

## Building

* Visual Studio 2022 with the UWP tools installed
* [PCSX2 Patches](https://github.com/PCSX2/pcsx2_patches/releases/tag/latest/)
* [PCSX2 Dependencies](https://github.com/PCSX2/pcsx2-windows-dependencies/releases/tag/latest-windows-dependencies)
You can find the compilation instructions on the wiki: https://wiki.xboxdev.store/en/XBSX2BuildingGuide.

## Credits

* PCSX2 For making the best PS2 emulator.
* SirMangler for porting PCSX2 to UWP.
* worleydl for the achievement code.
* Rockso for the Assets.
* [PCSX2](https://github.com/PCSX2/) For making the best PS2 emulator.
* [SirMangler](https://github.com/SirMangler/) for porting PCSX2 to UWP.
* [worleydl](https://github.com/worleydl) for the achievement code.
* [Rockso](https://github.com/Rockso85) for the Assets.

0 comments on commit 72516bb

Please sign in to comment.