libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
38 stars 60 forks source link

[PSP] Picodrive inverted colors #157

Closed Harry7228 closed 3 years ago

Harry7228 commented 3 years ago

Hi! Retroarch on PSP running Picodrive all colours are inverted. I have tested with several games. They all show the 'inverted' color problem.

irixxxx commented 3 years ago

Can you make me a screenshot please?

Harry7228 commented 3 years ago

screenshot

irixxxx commented 3 years ago

ah ok, the BGR mode apparently isn't correct here.

Harry7228 commented 3 years ago

Thanks for looking into this problem. I hope there will be a fix for it.

irixxxx commented 3 years ago

I reckon it's just the removal of the -DUSE_BGR565 in the psp section of libretro Makefile. It's just that I can't test it (no hw), and I didn't introduce that option. I've forwarded that question.

irixxxx commented 3 years ago

Hopefully fixed with f965a24

irixxxx commented 3 years ago

BTW, out of curiosity, have you used the 1.98 standalone build from my repo? Just wondering... it went there by accident, but if someone can confirm everything's working fine on the real thing (me having checked this only with ppsspp), I can leave the build for the next versions.

Harry7228 commented 3 years ago

I have tested (on real hw) the latest build from the RetroArch nightly's, it is working great. This was the fix... Thanks.