Project

General

Profile

Actions

Emulator Issues #1025

closed

fps choppiness introduced around r3447

Added by Autoran1 almost 15 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?

  1. 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

Actions #1

Updated by GCNWIIUploader almost 15 years ago

omg this wasn't just happening to me!!! Yep this issue is real

Actions #2

Updated by GCNWIIUploader almost 15 years ago

This started when jpeterson messed with the framelimiter

Actions #3

Updated by Realsmasher almost 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.

Actions #4

Updated by Anonymous almost 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 :)

Actions #5

Updated by XTra.KrazzY almost 15 years ago

Actually it's not any of us but jpeterson.

Actions #6

Updated by Realsmasher almost 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 :)

Actions #7

Updated by nakeee almost 15 years ago

commited

Actions #8

Updated by Anonymous almost 13 years ago

  • Status changed from Work started to Fixed

Ignore this...Status:Verified was removed, changing to Fixed

Actions

Also available in: Atom PDF