Set clipSidesOffset appropriately so that messages are not clipped in Qt GUI.

This commit is contained in:
mjbudd77 2021-06-28 20:23:20 -04:00
parent 6376c9a311
commit 89966a2374
1 changed files with 2 additions and 0 deletions

View File

@ -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;