From 4b9d5b6b83f99c617948f715c15f309588005951 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 3 Apr 2014 02:44:22 +0200 Subject: [PATCH] Fixes backgrounds not appearing - thanks to aliaspider for pointing this out --- src/pputile.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pputile.h b/src/pputile.h index ce68aa6..4b99144 100644 --- a/src/pputile.h +++ b/src/pputile.h @@ -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