From 02f0a367f8f3e864e0bacba543db5aa14c27579a Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 14 Oct 2003 15:28:14 +0000 Subject: [PATCH] New scaler names Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1321 --- include/render.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/render.h b/include/render.h index 054941c8..2f637088 100644 --- a/include/render.h +++ b/include/render.h @@ -19,8 +19,11 @@ enum RENDER_Operation { - OP_None,OP_Shot, - OP_2xSai,OP_Scale2x, + OP_None, + OP_Shot, + OP_Normal2x, + OP_AdvMame2x, + OP_Blit, }; enum {