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.03k stars 2.15k forks source link

[Android][OpenGL&Vulkan][Not enough FPS] The KING of Fighters Portable '94-'98 Chapter of Orochi (NPJH50258) #12543

Open nassau-tk opened 4 years ago

nassau-tk commented 4 years ago

What happens?

Not enough(stable) FPS.

What should happen?

Work on stable FPS.

What hardware, operating system, and PPSSPP version? On desktop, GPU matters for graphical issues.

PPSSPP Ver. : 1.9.3-164 OS: Android 9.0 DeviceName: SONY SO-02K / Xperia XZ1 Compact (Japan) CPU: Snapdragon835 (Octa-core) GPU: Adreno 540 Resolution: 720×1280 RAM: 4GB ROM:32GB ExternalStrage: microSDXC 512GB

I attached dump. Please,check it.

NPJH50258_0001.zip

ghost commented 4 years ago

Similar issue #11035 hope sir @unknownbrackets or sir @hrydgard can fixed this issue 👍

unknownbrackets commented 4 years ago

That dump looks like an intro screen. Is it already slow even at that point? It must not be graphics related, if so.

-[Unknown]

nassau-tk commented 4 years ago

Really?! This lssue does not happen intro and any menu screen. This issue happen on the playing screen.

I tried getting the dump. Please check it.

NPJH50258_0002.zip

ghost commented 3 years ago

No improvement on the latest version of ppsspp :( Screenshot_2021-02-15-02-31-11 Screenshot_2021-02-15-02-38-23

Panderner commented 3 years ago

This game runs full speed for me in all games. Screenshot_2021-02-15-18-57-21-647_org ppsspp ppsspp But the problem is this game requires the rendering mode to be set to buffered.

ghost commented 3 years ago

This game runs full speed for me in all games.

Because you are not using the Japanese version lol

Panderner commented 3 years ago

Oops I mean japanese version of course can't run full speed and sprite glitches (if you turn on lazy texture caching).

https://user-images.githubusercontent.com/37503397/107942210-e53aab80-6fc5-11eb-9e6b-7290fdf77636.mp4

ghost commented 3 years ago

I added this game to force software rendering it's better compare to hardware but still not smooth as the USA version. I also encounter some graphics issue when this game is in software rendering. Screenshot_2021-08-23-16-33-45-867_org ppsspp ppsspp

Minimizing ppsspp can cause this both Issue Screenshot_2021-08-23-16-34-02-383_org ppsspp ppsspp Some of the touchscreen buttons is missing Screenshot_2021-08-23-16-34-10-369_org ppsspp ppsspp

ghost commented 3 years ago

Screenshot_2021-08-23-22-41-07-195_org ppsspp ppsspp NPJH50258.ppdmp.zip

ghost commented 2 years ago

This game is much faster/smoother on software rendering now thanks to unknownbrackets 👍 compare to hardware rendering.

HW Vulkan 1X Resolution

https://user-images.githubusercontent.com/37603562/150362858-cd1fed21-cf99-49af-aba1-e2189858816a.mp4

Software Mode

https://user-images.githubusercontent.com/37603562/150363077-8c90ed0c-7e3f-4f51-8d72-6d42ae4dc94f.mp4

Add this game to ForceSoftwareRendering compat.ini #KOF Chapter of Orochi NPJH50258 = true

hrydgard commented 2 years ago

Yeah that might be reasonable to do for this game.

unknownbrackets commented 2 years ago

It might be time to bring back the software renderer option on Android?

-[Unknown]

Panderner commented 2 years ago

There is also side effect for this game in software mode that causes large performance slow down in menus. Screenshot (17)

ghost commented 2 years ago

It might be time to bring back the software renderer option on Android?

-[Unknown]

Yes!

ghost commented 2 years ago

There's a bug both for software and hardware. The background stage of Orochi Iori should turn to red color but its became black and white. Screenshot_2022-01-23-11-27-36-861_org ppsspp ppsspp recording.ppdmp.zip

unknownbrackets commented 2 years ago

If that's incorrect, it would have to be something on the CPU. Sounds like that other fighting game, where the effects are gray...

I didn't see any palettes that looked promising for a red background, so it seems like a CLUT issue maybe even?

PSP rendering of that dump: #12543_NPJH50258_king_of_fighters_gray

-[Unknown]

ghost commented 2 years ago

Maybe that's a game bug? and not by ppsspp? This is the correct color of the Orochi Iori stage. Screenshot_2022-01-24-10-21-28-598_com vanced android youtube

hrydgard commented 2 years ago

Yeah missing colorization of a palette sound suspiciously like Soul Calibur, which we still have no idea what's going on with the sword swinging effects in ...

hrydgard commented 2 years ago

Since the software renderer option is now available on Android, I'm removing this from the 1.13 milestone.

We could force it on for the game in the compat.ini file but then some menus may be slow as reported by Panderner, not sure if that's acceptable.