--- a/src/pvr2/pvr2.h Mon May 15 08:28:52 2006 +0000 +++ b/src/pvr2/pvr2.h Sun Jun 18 11:57:05 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: pvr2.h,v 1.13 2006-05-15 08:28:52 nkeynes Exp $ + * $Id: pvr2.h,v 1.14 2006-06-18 11:57:05 nkeynes Exp $ * * PVR2 (video chip) functions and macros. * @@ -139,6 +139,11 @@ gboolean pvr2_render_init( void ); /** + * Invalidate any caching on the supplied SH4 address + */ +gboolean pvr2_render_invalidate( sh4addr_t addr ); + +/** * Render the current scene stored in PVR ram to the GL back buffer. */ void pvr2_render_scene( void );