mirror of https://github.com/bsnes-emu/bsnes.git
fix warning
This commit is contained in:
parent
db0269cd3f
commit
ff4168b8f6
|
@ -487,6 +487,8 @@ void *retro_get_memory_data(unsigned type)
|
|||
default:
|
||||
data = NULL;
|
||||
break;
|
||||
default:
|
||||
data = NULL;
|
||||
}
|
||||
return data;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue