pcsx-redux icon indicating copy to clipboard operation
pcsx-redux copied to clipboard

The PCSX-Redux project is a collection of tools, research, hardware design, and libraries aiming at development and reverse engineering on the PlayStation 1. The core product itself, PCSX-Redux, is ye...

Results 138 pcsx-redux issues
Sort by recently updated
recently updated
newest added

### Describe the bug Running the game through the emulator causes it to run properly until after the intro videos have played, it then hangs at a black screen. ###...

### Describe the bug Emulator sometimes crashes any time emulation is running and 16 bytes pattern search is used ### Expected behavior Search and display addresses ### Steps to reproduce...

``` Process: PCSX-Redux [31869] Path: /Applications/PCSX-Redux.app/Contents/MacOS/PCSX-Redux Identifier: PCSX-Redux Version: 0 Build Info: PCSX-Redux-Unknown~Unknown Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: PCSX-Redux [31869] User ID: 501 Date/Time: 2023-03-17 18:51:01.933...

need more information

### Describe the bug I'm using a modified `export_to_redux.py`. Modification is as below and should hopefully be unrelated (crashes with None otherwise on un-named fields...). ``` field_name = component.getFieldName() if...

I'm on 77d97eb28999d4b8f865653f505b9bed143d2b48 If you load a data type and change one field, all of the values in all the input fields change. Looking at the code, this is because...

shalma has made great improvements to the original peops spu 1.9 when they were working on pcsx-reloaded. This was not integrated into the pcsx-reloaded source tree at the time for...

While writing a lua script, I was incorrectly accessing the registers like so ``` local regs = PCSX.getRegisters() local offsets = regs.a0 ``` This was causing pcsx-redux to crash to...

In [nixpkgs](https://github.com/NixOS/nixpkgs), -Wformat-security is on by default. When trying to package this, it failed to build. ``` src/gpu/soft/gpu.cc: In member function 'virtual void PCSX::SoftGPU::impl::debug()': src/gpu/soft/gpu.cc:947:20: error: format not a string...

help wanted
good first issue

### Describe the bug The game starts to boot, and after showing the Playstation Logo screen, presents a black screen indefinitely. Some audio is played, but shortly ends. When reproducing...