Fixes backgrounds not appearing - thanks to aliaspider for pointing this out
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
#ifndef _FCEU_PPU_TILE_H
|
|
||||||
#define _FCEU_PPU_TILE_H
|
|
||||||
|
|
||||||
uint8 *C;
|
uint8 *C;
|
||||||
register uint8 cc;
|
register uint8 cc;
|
||||||
uint32 vadr;
|
uint32 vadr;
|
||||||
@@ -109,6 +106,3 @@ else
|
|||||||
#ifdef PPUT_HOOK
|
#ifdef PPUT_HOOK
|
||||||
PPU_hook(0x2000 | (RefreshAddr & 0xfff));
|
PPU_hook(0x2000 | (RefreshAddr & 0xfff));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user