narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
907 stars 69 forks source link

Failed to find the requested display mode: 640x480x24 #105

Closed theoneandonly-vector closed 1 year ago

theoneandonly-vector commented 3 years ago

Failed to find the requested display mode: 640x480x24

narzoul commented 3 years ago

24 bit display modes are not emulated intentionally because they're very inefficient and I'm not aware of any applications using it exclusively. Use 32 bit instead if possible. What were you trying to do?