Remove incorrect part of a comment in pspgu.h

This commit is contained in:
Wouter Wijsman
2024-07-12 21:12:37 +02:00
parent 1fa444ea76
commit 7b39035744

View File

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