Removed the useless double-buffering in video/video.c, improves performance and reduces RAM usage.

This commit is contained in:
OBattler
2021-09-13 21:02:15 +02:00
parent 7163f3a4c1
commit 13dc05cfd2
5 changed files with 21 additions and 21 deletions

View File

@@ -84,7 +84,7 @@ typedef rgb_t PALETTE[256];
extern int changeframecount;
extern volatile int screenshots;
extern bitmap_t *buffer32, *render_buffer;
extern bitmap_t *buffer32;
extern PALETTE cgapal,
cgapal_mono[6];
extern uint32_t pal_lookup[256];