From a6a5837035ba6b67dc9d549a95cbc8a56180a7cc Mon Sep 17 00:00:00 2001 From: SuperZoruaFan <108895116+CoolPenguin27@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:54:59 -0700 Subject: [PATCH] GX2GetLastFrame: Adjust parameter wording Implied image data was only being updated --- include/gx2/swap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gx2/swap.h b/include/gx2/swap.h index fe3e8ec0..17a2b92e 100644 --- a/include/gx2/swap.h +++ b/include/gx2/swap.h @@ -30,7 +30,7 @@ GX2SwapScanBuffers(); * The scan-target to source from. * * \param texture - * A pointer to the texture to store the frame. The resulting surface format is #GX2_SURFACE_FORMAT_SRGB_R8_G8_B8_A8. + * A pointer to store the texture of the last frame. The resulting surface format is #GX2_SURFACE_FORMAT_SRGB_R8_G8_B8_A8. * * \sa * - GX2GetLastFrameGamma()