oops, fix merge
This commit is contained in:
parent
4982af7521
commit
f5883d8332
|
@ -24,7 +24,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
|
||||||
size = Api.QUERY_get_memory_size(LibsnesApi.SNES_MEMORY.SGB_CARTRAM);
|
size = Api.QUERY_get_memory_size(LibsnesApi.SNES_MEMORY.SGB_CARTRAM);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (buff == null)
|
if (buf == null)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue