We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016de5f commit a5d6187Copy full SHA for a5d6187
src/video/ogc/SDL_ogcgxcommon.c
@@ -51,7 +51,7 @@ static const f32 tex_pos[] __attribute__((aligned(32))) = {
51
* The reason why we can't just check for the active aspect ratio
52
* is that if the app is using SDL Renderer with a different logical size
53
* from the window, it'd set the viewport to a size, than when we render we set it to another
54
- * and the image ends up distorted. */
+ * and the image ends up distorted, an example of this is VVVVVV. */
55
void OGC_set_viewport(int x, int y, int w, int h, int widthAdjustedForWidescreen)
56
{
57
Mtx44 proj;
0 commit comments