- cleaned up the video scale mode code a bit, in order to increase future flexibility.

This commit is contained in:
Rachael Alexanderson 2017-07-27 03:05:01 -04:00
commit 30087f7cd7
9 changed files with 118 additions and 55 deletions

View file

@ -83,14 +83,12 @@
#include "menu/menu.h"
#include "r_data/voxels.h"
#include "vm.h"
#include "r_videoscale.h"
EXTERN_CVAR(Bool, r_blendmethod)
int active_con_scale();
int ViewportScaledWidth(int width);
int ViewportScaledHeight(int height);
FRenderer *Renderer;
EXTERN_CVAR (Bool, swtruecolor)