diff --git a/patches/NDK3.2/Include_H/graphics/gfxbase.h.diff b/patches/NDK3.2/Include_H/graphics/gfxbase.h.diff new file mode 100644 index 0000000..6871315 --- /dev/null +++ b/patches/NDK3.2/Include_H/graphics/gfxbase.h.diff @@ -0,0 +1,18 @@ +--- old/graphics/gfxbase.h 2022-02-03 11:59:08.000000000 +0100 ++++ new/graphics/gfxbase.h 2023-12-15 10:19:22.648814358 +0100 +@@ -116,6 +116,7 @@ + UWORD MonitorFlags; + UBYTE ScanDoubledSprites; + UBYTE BP3Bits; ++#ifndef __KICK13__ + struct AnalogSignalInterval MonitorVBlank; + struct MonitorSpec *natural_monitor; + APTR ProgData; +@@ -127,6 +128,7 @@ + ULONG *HWEmul[9]; + struct RegionRectangle *Scratch; + ULONG ScratchSize; ++#endif + }; + + #define ChunkyToPlanarPtr HWEmul[0]