mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Remove unused variables
I'm not sure these variables were ever used.
This commit is contained in:
parent
8555b9b5ec
commit
9fa053cd88
|
@ -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 >
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue