Fixes backgrounds not appearing - thanks to aliaspider for pointing this out

This commit is contained in:
twinaphex
2014-04-03 02:44:22 +02:00
parent b7d966310c
commit 4b9d5b6b83

View File

@@ -1,6 +1,3 @@
#ifndef _FCEU_PPU_TILE_H
#define _FCEU_PPU_TILE_H
uint8 *C;
register uint8 cc;
uint32 vadr;
@@ -109,6 +106,3 @@ else
#ifdef PPUT_HOOK
PPU_hook(0x2000 | (RefreshAddr & 0xfff));
#endif
#endif