notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
291 stars 165 forks source link

incorrect menu rendering #92

Open r9guy opened 6 years ago

r9guy commented 6 years ago

PPSSPP emulator developers have noted that running emulators inside PPSSPP , such as picodrive are giving wrong graphics result due to the fact that picodrive tends to write to hardware buffer to render menu, while PPSSPP assumes that all graphical pipeline writes shall take place through appropriate API and this is implemented in PPSSPP with OpenGL. this direct frame buffer manipulations are unnoticed to PPSSPP rendering pipeline.

is the fix possible?

https://github.com/hrydgard/ppsspp/issues/11112