Parent Directory
|
Revision Log
|
Patch
--- trunk/pcsx2/Common.h 2010/09/07 03:24:11 31 +++ trunk/pcsx2/Common.h 2010/09/07 11:08:22 62 @@ -17,21 +17,18 @@ #include "Pcsx2Defs.h" +static const u32 BIAS = 2; // Bus is half of the actual ps2 speed +static const u32 PS2CLK = 294912000; //hz /* 294.912 mhz */ + #include "System.h" #include "Memory.h" +#include "R5900.h" #include "Hw.h" #include "Dmac.h" -#include "R5900.h" #include "SaveState.h" #include "DebugTools/Debug.h" -static const u32 BIAS = 2; // Bus is half of the actual ps2 speed -static const u32 PS2CLK = 294912000; //hz /* 294.912 mhz */ - -static const ConsoleColors ConColor_IOP = Color_Yellow; -static const ConsoleColors ConColor_EE = Color_Cyan; - extern wxString ShiftJIS_ConvertString( const char* src ); extern wxString ShiftJIS_ConvertString( const char* src, int maxlen );
ViewVC Help | |
Powered by ViewVC 1.1.22 |