- removed the old software renderer framebuffers for Windows

This cannot be refactored with the old code still present and done properly both renderers should share what they can.
This commit is contained in:
Christoph Oelckers 2018-03-30 23:07:27 +02:00
commit a001a5304d
70 changed files with 29 additions and 8286 deletions

View file

@ -145,7 +145,6 @@ void AdjustSpriteOffsets()
}
tex->LeftOffset=x;
tex->TopOffset=y;
tex->KillNative();
}
}
}