-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
earh defense force portable 2 laggy on android #6958
Comments
Thats normal on the pc when playing it the lag on android is the real problem |
would be nice to get some input from anyone |
I would not get my hopes up, the Sandlot games have a legendary tradition of being either badly optimised, or simply going far beyond every platform's capabilities. I also have EDF 2 on ps2 and EDF 2025 on ps3. Guess what, they are all lagfests on both systems. |
@daniel229 is that how it's supposed to look? The shadows look wrong. Seems like it's probably doing blending against its render target there. -[Unknown] |
"20900 flushes" is why it's slow, neither OpenGL nor DirectX drivers are efficient enough to let you do that. Somehow we fail to combine the draw calls it makes, it would be interesting to look at a frame display list dump. |
Thanks, this is another game (some Gundam game does it too) that ruins performance by switching culling back and forth, they must have a weird mesh-to-tri-strip converter.. I guess I will have to implement a workaround for these games. |
That's great news, so there is hope for us! |
so any news? |
When can we expect the work around just wondering |
1.0 did nothing for it sadly come on I really want to play this on my tablet badly |
I would not hold my breath... this is a niche game, and the devs probably have many more pressing problems to solve before they even get to work on this. So we can only hope that some day this might get fixed. |
Yeah, as I recall the issue here is that it brings almost no benefit - so it just hashes more, but never ends up caching or winning any speed. -[Unknown] |
With #10973, we should now be using larger vertex buffers and caching a lot better. Also, vertex cache is off by default now. As such, I'm going to close this - feel free to comment if performance hasn't improved in the latest git, and we'll reopen. If you're reading this and the year isn't 2018, you're probably seeing a new issue so it'd be better to open a new issue than comment. -[Unknown] |
on windows pc the game runs fine on android tablet it is really laggy is it that tablets are not powerful enough to play it or something else
The text was updated successfully, but these errors were encountered: