mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
platform: PSP volatile(P5) memory allocator
This commit is contained in:
@@ -393,6 +393,10 @@ static ref_api_t gEngfuncs =
|
||||
pfnDrawNormalTriangles,
|
||||
pfnDrawTransparentTriangles,
|
||||
&clgame.drawFuncs
|
||||
#if XASH_PSP
|
||||
,P5Ram_Alloc,
|
||||
P5Ram_Free
|
||||
#endif
|
||||
};
|
||||
|
||||
static void R_UnloadProgs( void )
|
||||
|
||||
Reference in New Issue
Block a user