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:
parent
d566d3fca8
commit
602b0aea94
3 changed files with 23 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue