Fix recent changes in VitaSDK

This commit is contained in:
Jaylon Gowie
2022-04-19 14:42:39 -05:00
committed by Sam Lantinga
parent 02225aa738
commit 3753a7b1c3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#include "SDL_render_vita_gxm_memory.h"
void *
vita_mem_alloc(SceKernelMemBlockType type, unsigned int size, unsigned int alignment, unsigned int attribs, SceUID *uid)
vita_mem_alloc(unsigned int type, unsigned int size, unsigned int alignment, unsigned int attribs, SceUID *uid)
{
void *mem;