Welcome!

Final Burn Neo => FBN Development => Topic started by: jugoso on May 04, 2009, 06:29:41 PM

Title: poll rate
Post by: jugoso on May 04, 2009, 06:29:41 PM
How many times per second is kailleraModifyPlayValues called? Does it depends on the machine being emulated?

thx
Title: Re: poll rate
Post by: iq_132 on May 04, 2009, 09:59:07 PM
If it's called during the frame function, it's machine-dependant. Usually 60/second.
Title: Re: poll rate
Post by: jugoso on May 05, 2009, 07:18:45 PM
when (or what machine) is "not usually"?
Title: Re: poll rate
Post by: iq_132 on May 05, 2009, 09:18:32 PM
Search for BurnSetRefreshRate. It's used to set a custom refresh rate (how many frames / second).
Title: Re: poll rate
Post by: jugoso on May 06, 2009, 01:42:18 PM
Thanks. Found out that if not 60fps it's close to it
Title: Re: poll rate
Post by: iq_132 on May 06, 2009, 02:35:45 PM
Yeah, a normal frame rate is the NTSC standard (59.97 fps).