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.38k stars 2.19k forks source link

Sound Problem in NPlusPLus #9360

Closed cyb3rm4n closed 7 years ago

cyb3rm4n commented 7 years ago

When i start the game, the sound is stuttering and glitching for this game. Using latest buld.

unknownbrackets commented 7 years ago

Anything in the log? Is the game showing that it's running at full speed?

-[Unknown]

cyb3rm4n commented 7 years ago

60 FPS ingame, no FPS drop. Soon i will make dumplog and post it here.

unknownbrackets commented 7 years ago

Does this still happen? Got an updated log?

Did this used to work in older versions?

-[Unknown]

hrydgard commented 7 years ago

Didn't we have another issue about this game recently, where we found it was clipping due to some volume issue in Vaudio? Can't find it though, impossible to search for "N+"...

LunaMoo commented 7 years ago

This was mentioned in #9379 which has very similar problem. It sets volume to much higher value, where working max in ppsspp is 0x8000. Very easy to hack around, I also made a cwcheat workarounds for both of those games.

hrydgard commented 7 years ago

Thanks LunaMoo. Closing this one as duplicate since we started investigating in #9379.