[Feature Request]: Implement GS_BGCOLOR
support
#12242
Labels
Enhancement / Feature Request
FR: Low Priority
Niche request that does not benefit many users.
FR: Medium Complexity
Requires some codebase knowledge. A proficient developer should be able to manage.
GS
Description
Performing changes on the
GS_BGCOLOR
currently doesn't produce any output on the emulation.The next piece of code:
It turns the screen fully white in the real hardware, however, it does nothing in PCSX2, and the screen remains black.
Reason
To change the
GS_BGCOLOR
is a common practice done in thePS2DEV
to identify in a dummy and quick way if you program is stuck in a concrete step without making the binary way bigger.This is for instance used in the majority of the
elf-loaders
.Cheers.
Examples
PCSX2
Real PS2 Hardware
ELF
Here you have a dummy elf with that specific code
dummy.elf.zip
The text was updated successfully, but these errors were encountered: