From 24d2b9c49327c7d0b930380c00d4f1f9c0bb795b Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Fri, 1 Sep 2023 22:45:27 +0300 Subject: [PATCH] remove the extra getmemory, whoops --- source/psp/video_hardware_main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/psp/video_hardware_main.cpp b/source/psp/video_hardware_main.cpp index 1f5c43e..f00109f 100644 --- a/source/psp/video_hardware_main.cpp +++ b/source/psp/video_hardware_main.cpp @@ -1057,9 +1057,6 @@ void GL_DrawAliasBlendedFrame (aliashdr_t *paliashdr, int pose1, int pose2, floa } } - // Allocate the vertices. - vertex* const out = static_cast(sceGuGetMemory(sizeof(vertex) * count)); - for (int start = vertex_index; vertex_index < (start + count); ++vertex_index) {