hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.13k stars 2.16k forks source link

Juiced 2: Car decal editor not working as expected #18423

Closed hrydgard closed 2 months ago

hrydgard commented 10 months ago

Reported by forest on Discord.

image

Apparently, car decals are not visible in the editor, but work outside?

Probably some framebuffer management issue, or possibly gpu memory copy issue...

sum2012 commented 10 months ago

Does the game ID is ULUS10312 ? I cannot find the option.

hrydgard commented 10 months ago

Maybe it needs to be unlocked? Savegames can be downloaded at https://gamefaqs.gamespot.com/psp/938453-juiced-2-hot-import-nights/saves

I'll look at this in a while.

sum2012 commented 10 months ago

ok, About "car decals are not visible in the editor" I don't mean it. 1

sum2012 commented 10 months ago

@hrydgard I search "GPUReadbackRequired" (from .ini) but now there is no code in ppsspp ?

hrydgard commented 10 months ago

Well the game is still playable without it, not completely broken. But it maybe would be good to warn indeed.

sum2012 commented 10 months ago

I think that force GPUReadback for this game better

hrydgard commented 10 months ago

Yeah, that's probably a good idea, a [ForceEnableGPUReadback]. Especially since readbacks aren't slowing down gameplay since they presumably just happen on startup and in the decal editor.