PCSX2 widescreen not working — how to enable 16:9 aspect ratio and widescreen patches

Low4 solutions

PS2 games were designed for 4:3 CRT televisions. PCSX2 includes a community-maintained database of widescreen patches that rewrite the game's aspect ratio code in memory, extending the visible field of view to true 16:9 — without stretching the original image. Without these patches, a 16:9 aspect ratio setting will simply stretch the 4:3 picture horizontally, which looks distorted.

There are two separate settings that must both be correct:

  • Widescreen Patches — a per-game code patch that adjusts the game's internal aspect ratio. Without this, 16:9 mode stretches the image.
  • Aspect Ratio — the renderer setting that tells PCSX2 how to fill your screen. Must be set to 16:9 (Widescreen) for the patches to display correctly.

A game can be anamorphic (has a native widescreen flag built in — Burnout 3, SSX Tricky, Black) and will show correctly at 16:9 without any patch. But most PS2 games are 4:3 and require both steps below.

Last updated 1 week ago0 users reported this issue0
Sign in to interact

Solutions

solution #1537

enable-widescreen-patches-per-game-in-pcsx2-qt (sortOrder=1, isMostHelpful)

The safest approach is enabling widescreen patches per game. This avoids accidentally breaking games that do not have a compatible patch. Right-click any game in the PCSX2 game list to open its properties.

  1. In the PCSX2 game list, right-click the game you want to play → Properties. A per-game properties window opens.
  2. Click the "Patches" tab. You will see a list of available community patches for this game. If no patches are listed, this game has no widescreen patch in the database — skip to S4.
  3. Enable the "Widescreen" or "16:9" patch by checking its checkbox. Some games have multiple patch options; the widescreen one is usually labelled with "WS", "Widescreen", or "16:9".
  4. Click OK to save the per-game settings.
  5. Now set the aspect ratio. In the per-game Properties window → Video tab → Aspect Ratio → select 16:9 (Widescreen). Or set this globally (see S3).
  6. Launch the game. The image should now fill the full 16:9 screen without distortion.

The widescreen patch works by overwriting aspect ratio constants in the game's running code — it extends the actual camera field of view, not just stretching. Games with patches look genuinely wider, not squished.

solution #1538

enable-widescreen-patches-globally-in-pcsx2 (sortOrder=2)

If you want widescreen on by default for all games that have a patch, you can enable it globally in PCSX2 settings. Games without a patch are unaffected.

  1. Go to Settings → Game Patches (or Enhancements, depending on PCSX2 version).
  2. Enable "Enable Widescreen Patches" or "Widescreen" toggle. PCSX2 will now automatically apply a widescreen patch on launch for every game that has one in the database.
  3. Also set the global aspect ratio to 16:9. Settings → Graphics → Rendering → Aspect Ratio → 16:9 (Widescreen). Without this, the patch applies but the renderer still displays 4:3.
  4. Launch a patched game to confirm. The HUD and camera should extend to the screen edges without stretching. If it looks stretched, the aspect ratio setting did not apply — double-check step 3.

Note: a small number of games have buggy widescreen patches that cause graphical glitches (broken HUD elements, incorrect shadows). If a game looks wrong after enabling the global setting, disable the patch for that specific title via per-game Properties → Patches.

solution #1539

set-the-correct-aspect-ratio-in-pcsx2 (sortOrder=3)

Even with a widescreen patch active, the image will look wrong if the aspect ratio renderer setting does not match. "4:3" with a widescreen patch applied causes pillarboxing. "16:9" without a patch causes stretching. Here is how to set it correctly.

  1. Open Settings → Graphics (or Video) → Rendering.
  2. Find "Aspect Ratio" and set it to "16:9 (Widescreen)" or "Widescreen". Do not use "Stretch to Window" — this overrides the patch and always fills the screen by distorting the image.
  3. Alternatively, use "Auto (Game Setting)" if available. This reads the game's internal aspect ratio flag: games that are natively anamorphic display in 16:9, 4:3-only games display in 4:3 (pillarboxed), and patched games follow the patch.
  4. For a natively anamorphic game (one that supports 16:9 without a patch — visible in the game's video options menu as "Widescreen On"), just set the aspect ratio to 16:9 and skip patches entirely. Forcing a widescreen patch on an already-widescreen game can cause double-correction glitches.

solution #1540

game-has-no-widescreen-patch (sortOrder=4)

Not every PS2 game has a community widescreen patch. If the Patches tab is empty, or no widescreen patch is listed, the only options are playing in 4:3 or using a stretch workaround.

  • Play in 4:3 with pillarboxes. Set the aspect ratio to 4:3 and enable "Black Border" or "Pillarboxing" so the correct image fills the centre — this is the most accurate option for games without a patch.
  • Use "Stretch to Window" as a last resort. Settings → Graphics → Aspect Ratio → Stretch. This fills the screen but horizontally distorts the image. Use only for games you strongly prefer to fill the screen even if slightly squished.
  • Check for a "No-Interlacing Patch" if the image flickers. Some games have progressive-scan patches in the Patches tab that fix interlacing flicker on modern displays even without widescreen support. Worth enabling regardless.
  • Check the PCSX2 compatibility wiki — some newer community patches are added to the PCSX2 GitHub issue tracker and may not yet be in the bundled database. Search for your game title + "PCSX2 widescreen" to find community-maintained patch codes.
Experiencing a different problem?Report a new issue to help the community find solutions.

Comments (0)

No other comments yet. Be the first to share your thoughts.

Sign in to_leave_comment

On This Page