1
0
Fork 0

Make frameskip an integer.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4273
This commit is contained in:
Peter Veenstra 2019-10-19 19:52:24 +00:00
parent 6ac1bcf9e7
commit 276b187181
3 changed files with 15 additions and 15 deletions

View file

@ -58,8 +58,8 @@ typedef struct {
float fps;
} src;
struct {
Bitu count;
Bitu max;
int count;
int max;
Bitu index;
Bit8u hadSkip[RENDER_SKIP_CACHE];
} frameskip;