Changeset 893 for Daodan/src/Daodan_GL.c


Ignore:
Timestamp:
Jul 26, 2013, 12:42:31 PM (11 years ago)
Author:
alloc
Message:

Daodan 3.4:

  • Fixes #66 by only allowing landscape resolutions
  • Fixes #64, adds patch "showalllasersights" defaulting to false
  • Fixes #67, also printing Daodan version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_GL.c

    r838 r893  
    8585                        if (dm.dmBitsPerPel < DD_MIN_DEPTH || dm.dmPelsWidth < 640 || dm.dmPelsHeight < 480)
    8686                                continue;
     87                        if (dm.dmPelsWidth < dm.dmPelsHeight)
     88                                continue;
    8789
    8890                        // Already exists? Search backwards as modes are sorted most of the times
Note: See TracChangeset for help on using the changeset viewer.