platform: PSP volatile(P5) memory allocator

This commit is contained in:
Crow-bar
2022-09-21 08:58:02 +03:00
parent 9c61941e52
commit b567531cdb
8 changed files with 395 additions and 125 deletions
+2
View File
@@ -42,6 +42,8 @@ void Platform_MessageBox( const char *title, const char *message, qboolean paren
void Platform_ReadCmd( const char *fname, int *argc, char **argv );
SceUID Platform_LoadModule( const char *filename, int mpid, SceSize argsize, void *argp );
int Platform_UnloadModule( SceUID modid, int *sce_code );
#include "psp/p5ram_psp.h"
#endif
#if XASH_ANDROID
const char *Android_GetAndroidID( void );