SceKernelMemBlockType to unsigned int

main
Jaylon Gowie 2022-04-19 14:55:58 -05:00 committed by Sam Lantinga
parent 3753a7b1c3
commit d9009388c8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1))
void *vita_mem_alloc(SceKernelMemBlockType type, unsigned int size, unsigned int alignment, unsigned int attribs, SceUID *uid);
void *vita_mem_alloc(unsigned int type, unsigned int size, unsigned int alignment, unsigned int attribs, SceUID *uid);
void vita_mem_free(SceUID uid);
void *vita_gpu_mem_alloc(VITA_GXM_RenderData *data, unsigned int size);
void vita_gpu_mem_free(VITA_GXM_RenderData *data, void* ptr);