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.15k stars 2.16k forks source link

FragmentTestCache bug in Nayuta no kiseki #6871

Closed daniel229 closed 10 years ago

daniel229 commented 10 years ago

FragmentTestCache on 01

off 02

03 04

unknownbrackets commented 10 years ago

Not sure. Does it change anything if you replace snprintf(temp, sizeof(temp), "v.a * %f + %f", 255.0 / 256.0, 0.5 / 256.0); with snprintf(temp, sizeof(temp), "v.a * %f + %f", 1.0, 0.5 / 256.0);?

-[Unknown]

daniel229 commented 10 years ago

Nothing change.