mirror of https://github.com/PCSX2/pcsx2.git
More explicit C++ style type definition for PSXCLK, to ensure compilers avoid mathematical overflows. :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1927 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
44464b812a
commit
abf0cbde47
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue