mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
(RBMP) Reorder structs, alignment
This commit is contained in:
parent
3d2efdd2ef
commit
982fbadd15
@ -41,17 +41,15 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t img_x;
|
||||
uint32_t img_y;
|
||||
int img_n;
|
||||
int img_out_n;
|
||||
|
||||
int buflen;
|
||||
unsigned char buffer_start[128];
|
||||
|
||||
unsigned char *img_buffer;
|
||||
unsigned char *img_buffer_end;
|
||||
unsigned char *img_buffer_original;
|
||||
int img_n;
|
||||
int img_out_n;
|
||||
int buflen;
|
||||
uint32_t img_x;
|
||||
uint32_t img_y;
|
||||
unsigned char buffer_start[128];
|
||||
} rbmp_context;
|
||||
|
||||
struct rbmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user