Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcsx2/pcsx2
PCSX2 - The Playstation 2 Emulator
https://github.com/pcsx2/pcsx2
cpp emulation emulator hacktoberfest pcsx2 ps2
Last synced: 3 days ago
JSON representation
PCSX2 - The Playstation 2 Emulator
- Host: GitHub
- URL: https://github.com/pcsx2/pcsx2
- Owner: PCSX2
- License: gpl-3.0
- Created: 2013-12-22T17:56:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:03:05.000Z (3 months ago)
- Last Synced: 2024-10-29T22:40:30.581Z (3 months ago)
- Topics: cpp, emulation, emulator, hacktoberfest, pcsx2, ps2
- Language: C++
- Homepage: https://pcsx2.net
- Size: 226 MB
- Stars: 11,739
- Watchers: 348
- Forks: 1,624
- Open Issues: 520
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING.GPLv3
Awesome Lists containing this project
README
# PCSX2
![Windows Build Status](https://img.shields.io/github/actions/workflow/status/PCSX2/pcsx2/windows_build_matrix.yml?label=%F0%9F%96%A5%EF%B8%8F%20Windows%20Builds)
![Linux Build Status](https://img.shields.io/github/actions/workflow/status/PCSX2/pcsx2/linux_build_matrix.yml?label=%F0%9F%90%A7%20Linux%20Builds)
![MacOS Build Status](https://img.shields.io/github/actions/workflow/status/PCSX2/pcsx2/macos_build_matrix.yml?label=%F0%9F%8D%8E%20MacOS%20Builds)
[![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=PCSX2/pcsx2&utm_campaign=Badge_Grade)
[![Discord Server](https://img.shields.io/discord/309643527816609793?color=%235CA8FA&label=PCSX2%20Discord&logo=discord&logoColor=white)](https://discord.com/invite/TCz3t9k)PCSX2 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](), [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.
## Project Details
PCSX2 has been in development for more than 20 years. Past versions could only run a few public domain game demos, but newer versions can run most games at full speed, including popular titles such as Final Fantasy X and Devil May Cry 3. Visit the [PCSX2 compatibility list](https://pcsx2.net/compat/) to check the latest compatibility status of games (with more than 2500 titles tested).
Installers and binaries for both stable and nightly builds are available from [our website](https://pcsx2.net/downloads/).
## System Requirements
PCSX2 supports Windows, Linux, and Mac platforms. Our [setup documentation page](https://pcsx2.net/docs/setup/requirements) contains additional details on software and hardware requirements.
Please note that a BIOS dump from a legitimately-owned PS2 console is required to use the emulator. For more information, visit [this page](https://pcsx2.net/docs/setup/bios/).
## Contributing / Building
PCSX2 supports translation into other languages using [Crowdin](https://crowdin.com/project/pcsx2-emulator).
See the [Contributing Guidelines](https://github.com/PCSX2/pcsx2/blob/master/.github/CONTRIBUTING.md) or visit the [GitHub Wiki](https://github.com/PCSX2/pcsx2/wiki) for more info on how to contribute.