mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Change INT32 to int32_t
This commit is contained in:
parent
f6a31b37a0
commit
691462e3d6
@ -57,7 +57,7 @@ struct d3d_matrix
|
|||||||
typedef struct d3d_texture
|
typedef struct d3d_texture
|
||||||
{
|
{
|
||||||
void *data;
|
void *data;
|
||||||
INT32 pool;
|
int32_t pool;
|
||||||
} d3d_texture_t;
|
} d3d_texture_t;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user