Emulator Issues #1230
closedNew revisions are slow.
0%
Description
What steps will reproduce the problem?
1.Many games run much much slower than they ever did before.
2.See below.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Please check this link out for proof.
Updated by sl1nk3.s over 15 years ago
one click on the link will give all the infos i guess :p
Updated by fsahmkow27 over 15 years ago
The solution to this issue:
backup your saves and uninstall dolphin completely, then install again lastests rev.
I did this at building and it got fixed.
Updated by tommyhl2.SS over 15 years ago
That's not the solution to this problem. I've downloaded new and old versions of
Dolphin and the latest builds are slow while older builds run fine. It has nothing to
do with anything being "installed". I don't even have Dolphin installed anyway,it's
portable.
Updated by Aris-T over 15 years ago
Games become slower somewhere between 3903 and 3928.
Updated by marcus over 15 years ago
- Status changed from New to Accepted
Can anyone find an exact revision? Or is this just new revisions in general?
Updated by javimi.wan.kenobi over 15 years ago
It's r3545. Everything got messed up there, lastest revisions are still trying to fix
issues derived from it without success, the worst being the famous "the game feels
slow, and stutters".
Updated by sskkiipp over 15 years ago
hmm, dont think it 3545. just tried. it has to be sth later.
Updated by Nolan.Check over 15 years ago
Well...if it really is a big problem, then we could go ahead and revert it. That was
my revision. It really did improve performance for me (a common issue: "It works for
me." I'm using an ATI card. Are you all using NVIDIA cards?) Theoretically it should
be more accurate emulation too, but there are probably all kinds of timing and sync
problems that negate any accuracy improvements.
The purpose of r3545 was to let the game control when buffer-swaps would occur and
where the video data would come from. Before, a buffer-swap only happened when the
graphics FIFO received a "Copy to XFB" command, and then it would only display the
current EFB.
Try this patch. It restores the old behavior.
Updated by sskkiipp over 15 years ago
I'm pretty sure now it wasnt your change. maybe its somewhere around the nonpow
texture patch... ?
Updated by Nolan.Check over 15 years ago
It's probably really sensitive to how fast your computer and graphics card is. Like,
the CPU thread may be racing ahead of the graphics thread or vice-versa. javimi,
please try "Use real XFB" and see if it makes any difference. Also try single-core mode.
Updated by sskkiipp over 15 years ago
just tried with your patch and xfb...
-
WaveRace Blue Strom works again and stops shaking -> Yay!
-
^^ Maybe there should be an Option for that in Config, no ifdef :D
-
SMG with Patch without xfb - well if you compare it with 35xx version, even after
your change it s**** now :) I only test the first 1,5M until the video starts. but
older revs feel much better here. fps wise the difference aint so big. -
SMG with Patch with xfb - same issue as above and about 7 frames less (40 vs 47)
My Sys:
Q6600 @ 3150MHZ 450*7
Nividia GTX 260
Speed of Cpu and Graphics should be equal.
Updated by javimi.wan.kenobi over 15 years ago
No Nolan, using ATI here. That patch makes everything SO much more smooth and
stuttering free... +1 for revert. Try Mario Kart with Audio throttling enabled and
disabled for example, before and after the patch. Even Sonic Adventure 2, which plays
fullspeed all the time here, in the intro there was stuttering when Sonic appears
with blue light behind, now is gone...
Updated by javimi.wan.kenobi over 15 years ago
I forgot, real XFB showed the same results. Running a Q9650@4GHz and an overclocked
ATI 4870.
Updated by sskkiipp over 15 years ago
- MK Wii : less stutters with other audio, still slow (~40) but stuttering is gone
All in All it seems its just better synced this way :D
Updated by sskkiipp over 15 years ago
ok, finished testing and beging for u to revert it :) every game i tested wokrs
smoother and i see no difference in fps.
Updated by Anonymous about 15 years ago
Nolan eventually submitted that patch, right?