oops, fix merge

This commit is contained in:
adelikat 2017-06-19 12:43:23 -05:00
parent 4982af7521
commit f5883d8332
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
size = Api.QUERY_get_memory_size(LibsnesApi.SNES_MEMORY.SGB_CARTRAM);
}
if (buff == null)
if (buf == null)
{
return null;
}