Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPS at half speed when Multithread is enable #6612

Closed
ppmeis opened this issue Jul 22, 2014 · 15 comments · Fixed by #10056
Closed

FPS at half speed when Multithread is enable #6612

ppmeis opened this issue Jul 22, 2014 · 15 comments · Fixed by #10056

Comments

@ppmeis
Copy link
Contributor

ppmeis commented Jul 22, 2014

Today I detect while playing Virtua Tennis: World Tour, if multithread option is enable game goes at exactly half speed when the match is ready:

Multithread disable:
image

Multithread enable:
image

@unknownbrackets
Copy link
Collaborator

What FPS does it play at when on a real PSP?

-[Unknown]

@hrydgard
Copy link
Owner

Virtua Tennis is a pretty consistent 60 FPS on a real PSP.

@ppmeis
Copy link
Contributor Author

ppmeis commented Jan 8, 2015

Tested with latest build. Same issue.

@ppmeis
Copy link
Contributor Author

ppmeis commented Feb 1, 2015

Tested with latest build. Same status.

@ppmeis
Copy link
Contributor Author

ppmeis commented Mar 2, 2015

Tested with latest build. Same status:
image

@ppmeis
Copy link
Contributor Author

ppmeis commented Mar 20, 2015

Tested with latest build. Same status.

2 similar comments
@ppmeis
Copy link
Contributor Author

ppmeis commented Jul 25, 2015

Tested with latest build. Same status.

@ppmeis
Copy link
Contributor Author

ppmeis commented Dec 6, 2015

Tested with latest build. Same status.

@ppmeis
Copy link
Contributor Author

ppmeis commented Feb 3, 2016

Tested latest buil. Same issue.

@hrydgard
Copy link
Owner

hrydgard commented Feb 3, 2016

This won't be fixed, instead the existing multithread mode will go away after 1.2.0, and will be replaced with a different one later.

@ppmeis
Copy link
Contributor Author

ppmeis commented Feb 3, 2016

@hrydgard nice to know that. Should I close this issue then? estimated release date for 1.2.0?

@ppmeis
Copy link
Contributor Author

ppmeis commented Feb 20, 2016

Tested with latest build. It seems new Multithread mode is not implemented yet. @unknownbrackets

@unknownbrackets
Copy link
Collaborator

It's gonna take some commits and pull requests to implement. The plan is basically to process GPU instructions but queue them, and then process them on a separate thread (or threads maybe even, in Vulkan.)

We'll still need barriers for some things, and there can still be glitches from memory getting modified, so it'll be tricky. But at least we can have the timing predictable.

-[Unknown]

@ppmeis
Copy link
Contributor Author

ppmeis commented May 15, 2016

Tested with latest build. It seems when I load the game with Multithread enable it works fine:

image

But if you go to PPSSPP menu and then back to the game without touching any option, FPS drops again:

image

@zminhquanz
Copy link
Contributor

Project Diva Extend when enable Multithread is still half FPS , not boost performance , off multithread is normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants