- cleaned out the remaining parts of baselayer.h

In particular this means to remove the option to disable widescreen aspect ratios. The way this was handled makes no sense with the current render backend.

The aspect ratio code will have to be redone entirely to properly obey the backend's settings.
This commit is contained in:
Christoph Oelckers 2020-08-28 09:06:49 +02:00
parent 536e7455f2
commit 847fa48724
41 changed files with 27 additions and 105 deletions

View file

@ -44,6 +44,7 @@
#include "m_swap.h"
#include "v_colortables.h"
#include "v_font.h"
#include "printf.h"
#include "../../glbackend/glbackend.h"
LookupTableInfo lookups;