diff --git a/pcsx2/IopCommon.h b/pcsx2/IopCommon.h index b9c8859932..f525eb67c1 100644 --- a/pcsx2/IopCommon.h +++ b/pcsx2/IopCommon.h @@ -15,7 +15,7 @@ #pragma once -#define PSXCLK (36864000ULL) /* 36.864 Mhz */ +static const s64 PSXCLK = 36864000; /* 36.864 Mhz */ #include "R3000A.h" #include "Common.h"