X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=common.h;h=f43d75cfabbde17ec8ebb24d3f894c20e0630b0f;hp=8d55af9700ac803d3e6def98f67663e2ec1402d7;hb=c21718e922f16bc7a459960b90e26634b8f2e33b;hpb=8b6232a675c7b49bd9651805fc92917cc7a92198 diff --git a/common.h b/common.h index 8d55af9..f43d75c 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