Skip to content

Commit

Permalink
Set clipSidesOffset appropriately so that messages are not clipped in…
Browse files Browse the repository at this point in the history
… Qt GUI.
  • Loading branch information
mjbudd77 committed Jun 29, 2021
1 parent 6376c9a commit 89966a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/Qt/sdl-video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ int InitVideo(FCEUGI *gi)
g_config->getOption("SDL.ScanLineEndPAL", &endPAL);
uint32_t rmask, gmask, bmask;

ClipSidesOffset = s_clipSides ? 8 : 0;

FCEUI_SetRenderedLines(startNTSC, endNTSC, startPAL, endPAL);

s_exs = 1.0;
Expand Down

0 comments on commit 89966a2

Please sign in to comment.