X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fce.c;fp=fce.c;h=e83085eb56cc960e7334eef677940df9a3eda101;hp=098d3b974eacb844e9eb7645234f711230a57ecb;hb=c8c88d89f9bb0df71360b3b68327300f686a1c20;hpb=7a93887006449450b8fbffab3d54c3e271094c79 diff --git a/fce.c b/fce.c index 098d3b9..e83085e 100644 --- a/fce.c +++ b/fce.c @@ -56,8 +56,8 @@ #include "dprintf.h" -#ifdef GP2X -#include "drivers/gp2x/asmutils.h" +#ifdef __arm__ +#include "drivers/arm/asmutils.h" #endif #define Pal (PALRAM) @@ -660,7 +660,7 @@ static void LineUpdate(uint8 *target) static void LineUpdateEnd(uint8 *target) { -#ifdef GP2X +#ifdef __arm__ if(ScreenON || SpriteON) // Yes, very el-cheapo. { if(PPU[1]&0x01)