mirror of https://github.com/PCSX2/pcsx2.git
Core: Remove some unused variables
This commit is contained in:
parent
c5d2343f51
commit
6dff0b13a4
|
@ -502,7 +502,6 @@ s32 cdvdReadSubQ(s32 lsn, cdvdSubQ* subq)
|
||||||
|
|
||||||
static void cdvdDetectDisk()
|
static void cdvdDetectDisk()
|
||||||
{
|
{
|
||||||
wxString str;
|
|
||||||
cdvd.Type = DoCDVDdetectDiskType();
|
cdvd.Type = DoCDVDdetectDiskType();
|
||||||
cdvdReloadElfInfo();
|
cdvdReloadElfInfo();
|
||||||
}
|
}
|
||||||
|
|
|
@ -607,9 +607,6 @@ void (*COP2SPECIAL2PrintTable[128])( string& output ) =
|
||||||
|
|
||||||
void disR5900Fasm( string& output, u32 code, u32 pc )
|
void disR5900Fasm( string& output, u32 code, u32 pc )
|
||||||
{
|
{
|
||||||
string dbuf;
|
|
||||||
char obuf[48];
|
|
||||||
|
|
||||||
opcode_addr = pc;
|
opcode_addr = pc;
|
||||||
disasmOpcode = code;
|
disasmOpcode = code;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue