Remove POLY_KAL and restore POLY_OPA for kaleido (#5041)

This commit is contained in:
Archez 2025-02-12 15:30:06 -05:00 committed by GitHub
commit 135c2e8217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 479 additions and 520 deletions

View file

@ -192,10 +192,6 @@ extern GraphicsContext* __gfxCtx;
#define WORK_DISP __gfxCtx->work.p
#define POLY_OPA_DISP __gfxCtx->polyOpa.p
#define POLY_XLU_DISP __gfxCtx->polyXlu.p
// #region SOH [General]
// Upstream TODO: Document reasoning for these only existing in SoH
#define POLY_KAL_DISP __gfxCtx->polyKal.p
// #endregion
#define OVERLAY_DISP __gfxCtx->overlay.p
// __gfxCtx shouldn't be used directly.