SaaSHub helps you find the best software and product alternatives Learn more →
Pcsx-redux Alternatives
Similar projects and alternatives to pcsx-redux
-
unirom8_bootdisc_and_firmware_for_ps1
Mod-free Playstation 1 Bootdisc + Firmware with Import Player for Xplorer, Action Replay and Caetla-Compatibles
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
PsyCross
Compatibility framework for building and running Psy-Q SDK - based Playstation games across other platforms
-
-
pcsx-redux discussion
pcsx-redux reviews and mentions
-
PlayStation Architecture
If you want a good horror bedtime story, you can peek at OpenBIOS within the pcsx-redux tree: https://github.com/grumpycoders/pcsx-redux/tree/main/src/mip...
The commentary section starts with "The retail PlayStation BIOS code is a constellation of bugs and bad design." and it gets worse after that. There are hidden gems inside the source code comments of that simili-reconstruction.
-
PS1 Programming Course with MIPS Assembly and C
PSn00bSDK maintainer here. Unfortunately the project cannot really be considered clean room; the original versions of most libraries contained code that was either lifted straight from Psy-Q disassemblies or heavily inspired by them. I have since rewritten pretty much all of it (with the exception of the GTE library which still has some Sony code) using only Psy-Q API documentation as a reference, but the "ship of Theseus" nature of the rewrite makes it hard to argue that it is a clean and legally safe project.
On the flip side, there are plenty of other open source PS1 SDK options that have been written from scratch, do not reimplement the same API as Psy-Q and can thus be considered clean for the most part. Here's a few of them:
- https://github.com/grumpycoders/pcsx-redux/tree/main/src/mip...
- https://github.com/ChenThread/candyk-psx
- https://github.com/cuckydev/CKSDK
- https://github.com/spicyjpeg/ps1-bare-metal (shameless plug)
-
Metal Gear Solid master collection won't support mouse and keyboard. Any thoughts?
Sony must license that out as well (or a non-Sony FOSS BIOS like OpenBIOS is used) as even on Steam there are a handful of emulated PS1 titles, I'm sure there are games on non-Sony consoles that use PS1 emulation as well but I'd have to research to find some.
-
emulators like PPSSPP?
That's just a reality of PS1 emulation, you need a BIOS. Duckstation is actually one of the easiest emulators to set up and still my #1 recommendation for PS1. If you don't want to set up a BIOS, you could try PCSX-Redux which has a simulated BIOS built in.
-
Creating a Physics Engine for PSX
You can also use https://github.com/grumpycoders/pcsx-redux/tree/main/src/mips/psyqo
-
Pcsxr on ubuntu
try here: https://github.com/grumpycoders/pcsx-redux
-
In 1999 Connectix released the Virtual Game Station PS1 Emulator. It had great compatability and didn't need a copy of the PS1 BIOS. In 2021, the best PS1 emulators need the PS1 BIOS - or perfrom worse without it. Why is this still a requirement?
The PSX OpenBios is still a work in progress, but it already boots a great part of the console's library. Check it out!
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Jun 2026
Stats
grumpycoders/pcsx-redux is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of pcsx-redux is C++.