X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fcfgopt.h;h=2bbaffb8e92439a46f6de60267a29afe0a7af70a;hb=dcc815e69d92ecf20b063e38903bcedee7a19f2d;hp=9fc8c36bb25d973cca4e8db772dfad17dade24f2;hpb=67c749060592270c9cd8b4f7dafe7d7c7a61a614;p=dosdemo diff --git a/src/cfgopt.h b/src/cfgopt.h index 9fc8c36..2bbaffb 100644 --- a/src/cfgopt.h +++ b/src/cfgopt.h @@ -1,6 +1,15 @@ #ifndef CFGOPT_H_ #define CFGOPT_H_ +#ifndef MSDOS +enum { + SCALER_NEAREST, + SCALER_LINEAR, + + NUM_SCALERS +}; +#endif + struct options { const char *start_scr; int music; @@ -9,6 +18,7 @@ struct options { int dbginfo; #ifndef MSDOS int fullscreen; + int scaler; #endif };