DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Set default BPP to 32 #467

Closed JeodC closed 1 week ago

JeodC commented 1 week ago

Pull Request Type

Description

In windows x64, on trying to run the game, ChangeDisplaySettings will fail because the game does not use the new windows api to change these settings. Since Win95 compatibility mode is not an option for Win64, instead change the default BPP to 32.

There may be a more proper way to handle this, and make it more uniform to remove BPP 16 entirely, but this has worked for me since putting it in a fork over a month ago.

Related Issues

418

JeodC commented 1 week ago

457, if merged, will make this obsolete, but #457 is still in progress and does not have audio after movies.