From 7b39035744565bd426be447a995dd23841ee6915 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Fri, 12 Jul 2024 21:12:37 +0200 Subject: [PATCH] Remove incorrect part of a comment in pspgu.h --- src/gu/pspgu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gu/pspgu.h b/src/gu/pspgu.h index 1a17302b..58255ed9 100644 --- a/src/gu/pspgu.h +++ b/src/gu/pspgu.h @@ -1511,7 +1511,7 @@ void guSwapBuffersCallback(GuSwapBuffersCallback callback); * - GU_PSM_8888 - Truecolor, 32-bit * * @param width - Width of the buffer, usually 512 (must be a power of 2) - * @param height - Height of the buffer, normally the height of the screen 272 (must be a power of 2) + * @param height - Height of the buffer, normally the height of the screen 272 * @param psm - Which pixel format to use * * @return A pointer to the buffer's relative to vram start (as required by sceGuDispBuffer, sceGuDrawBuffer, sceGuDepthBuffer and sceGuDrawBufferList)