Extend GUI options for available demo speeds up to 64

This commit is contained in:
def 2019-04-02 23:20:44 +02:00
parent 989726db00
commit e25d43aaf6

View file

@ -10,7 +10,7 @@ enum
MAX_TIMELINE_MARKERS=64
};
const double g_aSpeeds[] = {0.1, 0.25, 0.5, 0.75, 1.0, 1.5, 2.0, 4.0, 8.0};
const double g_aSpeeds[] = {0.1, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 2.0, 3.0, 4.0, 6.0, 8.0, 12.0, 16.0, 20.0, 24.0, 28.0, 32.0, 40.0, 48.0, 56.0, 64.0};
typedef bool (*DEMOFUNC_FILTER)(const void *pData, int DataSize, void *pUser);