Mercurial > sdl-ios-xcode
diff src/timer/mint/SDL_vbltimer_s.h @ 2116:b42abf0a50bc
Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 09 Jun 2007 19:58:41 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/timer/mint/SDL_vbltimer_s.h Fri Jun 08 21:44:55 2007 +0000 +++ b/src/timer/mint/SDL_vbltimer_s.h Sat Jun 09 19:58:41 2007 +0000 @@ -28,6 +28,8 @@ * Patrice Mandin */ +extern volatile long SDL_Atari_hz200; + /* Functions prototypes */ extern int SDL_AtariVblInstall(void *newvector); extern void SDL_AtariVblUninstall(void *newvector);