Author Topic: poll rate  (Read 5818 times)

Offline jugoso

  • Newbies
  • *
  • Posts: 21
  • Karma: +0/-0
poll rate
« 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

Offline iq_132

  • Administrator
  • *****
  • Posts: 3725
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: poll rate
« Reply #1 on: May 04, 2009, 09:59:07 PM »
If it's called during the frame function, it's machine-dependant. Usually 60/second.


Offline jugoso

  • Newbies
  • *
  • Posts: 21
  • Karma: +0/-0
Re: poll rate
« Reply #2 on: May 05, 2009, 07:18:45 PM »
when (or what machine) is "not usually"?

Offline iq_132

  • Administrator
  • *****
  • Posts: 3725
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: poll rate
« Reply #3 on: May 05, 2009, 09:18:32 PM »
Search for BurnSetRefreshRate. It's used to set a custom refresh rate (how many frames / second).


Offline jugoso

  • Newbies
  • *
  • Posts: 21
  • Karma: +0/-0
Re: poll rate
« Reply #4 on: May 06, 2009, 01:42:18 PM »
Thanks. Found out that if not 60fps it's close to it

Offline iq_132

  • Administrator
  • *****
  • Posts: 3725
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: poll rate
« Reply #5 on: May 06, 2009, 02:35:45 PM »
Yeah, a normal frame rate is the NTSC standard (59.97 fps).