platform: PSP volatile(P5) memory allocator

This commit is contained in:
Crow-bar
2022-09-21 08:55:44 +03:00
parent 9c61941e52
commit b567531cdb
8 changed files with 395 additions and 125 deletions

View File

@@ -431,6 +431,10 @@ typedef struct ref_api_s
void (*pfnDrawNormalTriangles)( void );
void (*pfnDrawTransparentTriangles)( void );
render_interface_t *drawFuncs;
#if XASH_PSP
void *(*P5Ram_Alloc)( size_t size );
void (*P5Ram_Free)( void *ptr );
#endif
} ref_api_t;
struct mip_s;