diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 587c604..fd3cce0 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -216,7 +216,7 @@ GRR_EXTERN u32 fb GRR_INIT(0); # define INLINE #else # if __GNUC__ && !__GNUC_STDC_INLINE__ -# define INLINE extern inline +# define INLINE static inline # else # define INLINE inline # endif diff --git a/README.html b/README.html index 050f822..89f4763 100644 --- a/README.html +++ b/README.html @@ -99,7 +99,7 @@ libpng is supplied as a precompiled library libz is supplied with devkitpro (Ie. preinstalled) libfat is supplied with devkitpro (Ie. preinstalled) -*1 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not +*1 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not available in the official release. If you can track down the original author, please tell him about these fixes. @@ -129,7 +129,7 @@ Next up the list is libjpeg *2 *3 cd \grr\trunk\GRRLIB\lib install <- If you are using Linux, type `./install.sh` instead -*3 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not +*3 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not available in the official release. After all three image processing libraries are installed, we can now install