issues
search
strangebytes
/
diablo-ddrawwrapper
DirectDraw wrapper for the game Diablo 1
http://www.strangebytes.com/index.php/projects/1-diablo-1-windows-7-vista-patch
51
stars
13
forks
source link
tweaks
#4
Open
qndel
opened
3 years ago
qndel
commented
3 years ago
Expands max supported resolution from 1920x1440 to 2560x1440 and adds 2560x1440 to resolution list
Fixes a bug where max supported resolution wasn't listed in fullscreen resolutions because of a
<
instead of
<=
check
Fixes a bug where fullscreen basically only worked properly at 640x480 resolution, on anything bigger the cursor was free to leave the game area
<
instead of<=
check