Explorar o código

SceKernelMemBlockType to unsigned int

Jaylon Gowie %!s(int64=3) %!d(string=hai) anos
pai
achega
d9009388c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/render/vitagxm/SDL_render_vita_gxm_memory.h

+ 1 - 1
src/render/vitagxm/SDL_render_vita_gxm_memory.h

@@ -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);