diff --git a/src/gba/GBA.cpp b/src/gba/GBA.cpp index 6ff9dc44..27f991b1 100644 --- a/src/gba/GBA.cpp +++ b/src/gba/GBA.cpp @@ -577,7 +577,6 @@ extern uint32_t line3[240]; void CPUUpdateRenderBuffers(bool force) { - layerEnable = layerSettings & DISPCNT; if (!(layerEnable & 0x0100) || force) { CLEAR_ARRAY(line0); }