mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Update git.h
This commit is contained in:
parent
a1f7e17dae
commit
19b8a7893e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user