Remove unused variables

This commit is contained in:
retro-wertz
2019-08-01 20:31:42 +08:00
parent 313f69daaf
commit d807bac15b
10 changed files with 9 additions and 28 deletions

View File

@@ -309,13 +309,10 @@ void FCEU_VSUniCheck(uint64 md5partial, int *MapperNo, uint8 *Mirroring) {
secptr = 0;
{
static int64 tko = 0x6e1ee06171d8ce3aULL, rbi = 0x6a02d345812938afULL;
if (vs->gameid & VS_TKOBOXING)
secptr = secdata[0];
if (md5partial == rbi)
secptr = secdata[1];
}
if (vs->gameid & VS_TKOBOXING)
secptr = secdata[0];
if (vs->gameid & VS_RBIBASEBALL)
secptr = secdata[1];
vsdip = 0x0;
if (vs->ioption & IOPTION_PREDIP) {