Quote:
Originally Posted by RazLaron
Since 1099, it show full window draw and no graphic bug (cool) but resize don't work. But thanks again to Omegadox.
Edit : I try to modify the code to make resize working (not easy than i expected  )
|
find it (GLUtil.cpp) :
Code:
if (!g_Config.bStretchToFit)
return;
GetWindowRect(EmuWindow::GetWnd(), &rcWindow);
rcWindow.top += 25; // 35 ?
Then it's obvious, comment out the "if", and the resizing will work, like it was working before 1099, dunno why it's been changed, maybe that's the only way not to have these 2D glitch ?!
Also + 35 pixel seems to work better for me, there's a little offset with 25...