libretro: Silence warning

This commit is contained in:
retro-wertz 2019-01-13 08:45:46 +08:00 committed by Rafael Kitover
parent bff08eafb7
commit ad432a6f70
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ static size_t wram_size(void)
// the switching bank properly in GBC mode. This is to avoid possible incorrect reads.
// For cheevos purposes, this bank is accessed using retro_memory_descriptor instead.
return gbCgbMode ? 0x1000 : 0x2000;
return 0;
}
static void* vram_ptr(void)