mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add this back
This commit is contained in:
parent
7653ced3b3
commit
c93c7c82b0
@ -72,7 +72,7 @@ void form_bmp_header(uint8_t *header,
|
||||
header[26] = 1;
|
||||
header[27] = 0;
|
||||
/* Bits per pixel */
|
||||
header[28] = 24;
|
||||
header[28] = is32bpp ? 32 : 24;
|
||||
header[29] = 0;
|
||||
/* Compression method */
|
||||
header[30] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user