pcsx2: Remove unused variables

I'm not sure these variables were ever used.
This commit is contained in:
Jonathan Li 2017-04-09 00:44:16 +01:00
parent 8555b9b5ec
commit 9fa053cd88
2 changed files with 0 additions and 6 deletions

View File

@ -33,10 +33,6 @@ static __fi void IntCHackCheck()
if( diff > 0 ) cpuRegs.cycle = g_nextEventCycle; if( diff > 0 ) cpuRegs.cycle = g_nextEventCycle;
} }
int shift = 0;
static const uint HwF_VerboseConLog = 1<<0;
static const uint HwF_IntcStatHack = 1<<1; // used for Reads only.
template< uint page > void __fastcall _hwRead128(u32 mem, mem128_t* result ); template< uint page > void __fastcall _hwRead128(u32 mem, mem128_t* result );
template< uint page, bool intcstathack > template< uint page, bool intcstathack >

View File

@ -52,8 +52,6 @@ wxDEFINE_EVENT(pxEVT_ShowStatusBar, wxCommandEvent);
typedef s32 (CALLBACK* TestFnptr)(); typedef s32 (CALLBACK* TestFnptr)();
typedef void (CALLBACK* ConfigureFnptr)(); typedef void (CALLBACK* ConfigureFnptr)();
static const wxString failed_separator( L"-------- Unsupported Plugins --------" );
namespace Exception namespace Exception
{ {
class NotEnumerablePlugin : public BadStream class NotEnumerablePlugin : public BadStream