- backend update with GZDoom model code.

This commit is contained in:
Christoph Oelckers 2020-05-31 00:01:00 +02:00
parent 7e5c3e066c
commit edb2cb31ee
44 changed files with 4443 additions and 220 deletions

View file

@ -40,12 +40,11 @@
#include "v_draw.h"
#include "i_interface.h"
#include "printf.h"
#include "version.h"
#define NUMSCALEMODES countof(vScaleTable)
extern bool setsizeneeded;
EXTERN_CVAR(Int, vid_aspect)
CUSTOM_CVAR(Int, vid_scale_customwidth, VID_MIN_WIDTH, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
{
if (self < VID_MIN_WIDTH)