by qbism » Mon Mar 14, 2011 2:53 am
Our story so far: super8 will detect native video mode resolutions and allow arbitrary custom windowed resolutions, but is limited to widths that are multiples of four.... until now. Probably.
This update might fix the 1366 native resolution issue: UPDATE: Get the latest release at
Works in windowed mode, anyway. Does it work on laptop?
I revised any code reliant on horizontal resolution being a multiple of four. The big breakthrough is switching to MH's direct draw vid_win.c. Previously used MH's DIB vid_win.c, but DIB requires multiple of four format, and that was the root of the issue.
The exe was compiled with mingw on CodeBlocks using Reckless' headers including ddraw.h.
Last edited by
qbism on Thu Aug 11, 2011 4:56 am, edited 1 time in total.