View Single Post
Old November 9th, 2008   #3728 (permalink)
sl1nk3
Registered User
 
Join Date: Aug 2008
Location: France
Posts: 373
Quote:
Originally Posted by RazLaron View Post
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...
sl1nk3 is offline   Reply With Quote