Merge pull request #217 from pspdev/small-doc-fix-vram

Remove incorrect part of a comment in pspgu.h
This commit is contained in:
Diamond Rivero
2024-07-13 06:32:10 +08:00
committed by GitHub

View File

@@ -1511,7 +1511,7 @@ void guSwapBuffersCallback(GuSwapBuffersCallback callback);
* - GU_PSM_8888 - Truecolor, 32-bit * - GU_PSM_8888 - Truecolor, 32-bit
* *
* @param width - Width of the buffer, usually 512 (must be a power of 2) * @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 * @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) * @return A pointer to the buffer's relative to vram start (as required by sceGuDispBuffer, sceGuDrawBuffer, sceGuDepthBuffer and sceGuDrawBufferList)