1
0
Fork 0

add scaler forcing option (idea from ykhwong)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2908
This commit is contained in:
Sebastian Strohhäcker 2007-06-30 19:53:41 +00:00
parent d566d3fca8
commit 602b0aea94
3 changed files with 23 additions and 7 deletions

View file

@ -63,6 +63,7 @@ typedef struct {
scalerMode_t outMode;
scalerOperation_t op;
bool clearCache;
bool forced;
ScalerLineHandler_t lineHandler;
ScalerLineHandler_t linePalHandler;
ScalerComplexHandler_t complexHandler;