Fixed custom header contained extra reference to vsync_counter
This commit is contained in:
parent
cc42698e2a
commit
1be9927529
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ extern void set_picasso_hack_rate(int hz);
|
|||
/* Set to 1 to leave out the current frame in average frame time calculation.
|
||||
* Useful if the debugger was active. */
|
||||
extern int bogusframe;
|
||||
extern unsigned long int hsync_counter, vsync_counter;
|
||||
extern unsigned long int hsync_counter;
|
||||
|
||||
extern uae_u16 dmacon;
|
||||
extern uae_u16 intena, intreq, intreqr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue