Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENGINES: Use common GFX code for 3D games - fixes part of bug #14342
Now, when the launcher is in full screen, the game will also be in full screen. However, when returning to the launcher, graphics are reset to default with a setupGraphics() call. Thus, if the user hasn't selected full screen display in the options, but only used alt-enter to change the launcher to full screen, the launcher will return to window mode. initCommonGFX() also applies the following to 3D games: - Filtering mode - Sets the scaler - Sets the shader
- Loading branch information