Themaister / parallel-rdp

A low-level Vulkan compute emulation of the N64 RDP
MIT License
156 stars 15 forks source link

Paper Mario pause screen background is incorrectly colored #40

Closed Mr-Wiseguy closed 2 years ago

Mr-Wiseguy commented 2 years ago

The pause screen background in Paper Mario, which relies on framebuffer emulation effects, has incorrect colors on parallel-rdp. It shows up as grayscale: image

While it should be full color, just darkened (console image): image

Angrylion correctly emulates a darkened background: image

Both the parallel-rdp and angrylion screenshots were taken using the parallel-n64 retroarch core as an emulator.

Mr-Wiseguy commented 2 years ago

I realized that I was testing on an outdated parallel-rdp build. Updating fixed the issue.