mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add this back
This commit is contained in:
parent
7653ced3b3
commit
c93c7c82b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue