Revert "Enable layers in non-tile modes."

We need to use proper documented behaviour when coding the
core, therefore this should be reverted until a proper
solution is done.

This reverts commit ca3b63d64c.
This commit is contained in:
Edênis Freindorfer Azevedo 2020-02-03 07:38:26 -03:00
parent 7bbbf04716
commit 789cd2d0f0
No known key found for this signature in database
GPG Key ID: 968FB6EC280C7222
1 changed files with 0 additions and 1 deletions

View File

@ -577,7 +577,6 @@ extern uint32_t line3[240];
void CPUUpdateRenderBuffers(bool force)
{
layerEnable = layerSettings & DISPCNT;
if (!(layerEnable & 0x0100) || force) {
CLEAR_ARRAY(line0);
}