mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-12 21:35:23 +08:00
Added missing field in struct.
This commit is contained in:
parent
4ff78f60a6
commit
b7cb158f45
@ -87,6 +87,7 @@ typedef struct {
|
|||||||
Bitu cachePitch;
|
Bitu cachePitch;
|
||||||
Bit8u *cacheRead;
|
Bit8u *cacheRead;
|
||||||
Bitu inHeight, inLine, outLine;
|
Bitu inHeight, inLine, outLine;
|
||||||
|
bool xBRZ;
|
||||||
} scale;
|
} scale;
|
||||||
RenderPal_t pal;
|
RenderPal_t pal;
|
||||||
bool updating;
|
bool updating;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user