mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Removed the useless double-buffering in video/video.c, improves performance and reduces RAM usage.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user