Update git.h

This commit is contained in:
Alcaro 2015-07-25 18:42:10 +02:00
parent a1f7e17dae
commit 19b8a7893e

View File

@ -344,7 +344,7 @@ typedef struct
const MDFNSetting *Settings;
// Time base for EmulateSpecStruct::MasterCycles
#define MDFN_MASTERCLOCK_FIXED(n) ((int64)((double)(n) * (INT32_C(1) << 32)))
#define MDFN_MASTERCLOCK_FIXED(n) ((int64)((double)(n) * (INT64_C(1) << 32)))
int64 MasterClock;
uint32 fps; // frames per second * 65536 * 256, truncated