X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common.h;h=7eea8b63dd7e6b4813540cce55f836eeb8debe7f;hb=eb3668fc5dab138073cd4844208ac05b94086a4a;hp=8d55af9700ac803d3e6def98f67663e2ec1402d7;hpb=8b6232a675c7b49bd9651805fc92917cc7a92198;p=gpsp.git diff --git a/common.h b/common.h index 8d55af9..7eea8b6 100644 --- a/common.h +++ b/common.h @@ -225,6 +225,9 @@ typedef u32 fixed16_16; #include "zip.h" #include "cheats.h" +#ifdef ARM_ARCH + #include "arm/warm.h" +#endif #ifdef PSP_BUILD #define printf pspDebugScreenPrintf @@ -248,4 +251,8 @@ typedef u32 fixed16_16; // #define STDIO_DEBUG #endif +#ifdef PND_BUILD + #include "pandora/pnd.h" +#endif + #endif