New scaler names
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1321
This commit is contained in:
parent
857b872857
commit
02f0a367f8
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue