Emulator Issues #1025
closedfps choppiness introduced around r3447
0%
Description
What steps will reproduce the problem?
- Run anythig game or WiiMenu on r3447
2.
3.
What version of the product are you using? On what operating system?
r3460 Vista32
Please provide any additional information below.
Every two second fps drop happens fps falls from 60 to 0,5-1 than after
another two seconds back to normal and everything repeat again
the source of problem somwhere in Source\Core\Core\Src\Core.cpp
Updated by GCNWIIUploader over 15 years ago
omg this wasn't just happening to me!!! Yep this issue is real
Updated by GCNWIIUploader over 15 years ago
This started when jpeterson messed with the framelimiter
Updated by Realsmasher over 15 years ago
this source is the missing line :
"old_frametime=0;"
in Callback_VideoCopiedToXFB() in core/core.cpp
which was executed once a second. (after : "if (Timer.GetTimeDifference() >= 1000)")
without reseting that timer, you get no frame for 1 second as the framelimiter cant
recognize that a new second has startet.
Updated by Anonymous over 15 years ago
- Status changed from New to Work started
thanks for that detail realsmasher!
hopefully one of these people I bug will test it out and commit it :)
Updated by XTra.KrazzY over 15 years ago
Actually it's not any of us but jpeterson.
Updated by Realsmasher over 15 years ago
there is no need to test it, lol
i wrote the framelimiter (iulius at forums) and i know that only this line is missing
and adding it will fix it.
anyone with snv access can do it, it will take only 1 minute ;)
you can also just use the patchfile i attached. tested and working :)
Updated by Anonymous over 13 years ago
- Status changed from Work started to Fixed
Ignore this...Status:Verified was removed, changing to Fixed