diff --git a/internal/graphicsdriver/playstation5/graphics_playstation5.cpp b/internal/graphicsdriver/playstation5/graphics_playstation5.cpp index 0ac926e7c..668a4129f 100644 --- a/internal/graphicsdriver/playstation5/graphics_playstation5.cpp +++ b/internal/graphicsdriver/playstation5/graphics_playstation5.cpp @@ -32,7 +32,7 @@ ebitengine_NewScreenFramebufferImage(int *image, int width, int height) { extern "C" void ebitengine_DisposeImage(int id) {} -void ebitengine_SetVertices(float *vertices, int vertexCount, int *indices, +void ebitengine_SetVertices(float *vertices, int vertexCount, uint32_t *indices, int indexCount) {} ebitengine_Error