1
0
Fork 0

enhance cycles config variable a bit

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2780
This commit is contained in:
Sebastian Strohhäcker 2007-01-21 18:14:52 +00:00
parent 103cd7f6c9
commit 667c756775
3 changed files with 69 additions and 9 deletions

View file

@ -42,6 +42,7 @@ extern Bit32s CPU_CycleLeft;
extern Bit32s CPU_CycleMax;
extern Bit32s CPU_OldCycleMax;
extern Bit32s CPU_CyclePercUsed;
extern Bit32s CPU_CycleLimit;
extern bool CPU_CycleAutoAdjust;
extern Bitu CPU_AutoDetermineMode;