X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gfx.h;h=6df3a054a8e47e813fbeb9eaec2bad535b01ab70;hb=9902256814785f0b3f08d336a98c481c296ac7e5;hp=85b4416e6f14ed903caa5514dc0dcd147372d37d;hpb=8f77a3a3f10d94477f0c0734adfbd39e81173d6f;p=drnoksnes diff --git a/gfx.h b/gfx.h index 85b4416..6df3a05 100644 --- a/gfx.h +++ b/gfx.h @@ -225,16 +225,18 @@ void S9xBuildDirectColourMaps (); // port. extern struct SGFX GFX; -bool8_32 S9xGraphicsInit (); +bool8 S9xGraphicsInit (); void S9xGraphicsDeinit(); -bool8_32 S9xInitUpdate (void); -bool8_32 S9xDeinitUpdate (int Width, int Height); +bool8 S9xInitUpdate (void); +bool8 S9xDeinitUpdate (int Width, int Height); void S9xSyncSpeed (); #ifdef GFX_MULTI_FORMAT bool8_32 S9xSetRenderPixelFormat (int format); #endif +void S9xSetInfoString(const char * fmt, ...); + END_EXTERN_C #endif