mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
image.h - changes for Xbox
This commit is contained in:
parent
7c1d3471f6
commit
aed83be281
@ -35,11 +35,10 @@ struct texture_image
|
||||
#ifdef _XBOX1
|
||||
unsigned x;
|
||||
unsigned y;
|
||||
LPDIRECT3DTEXTURE pixels;
|
||||
LPDIRECT3DTEXTURE texture_buf;
|
||||
LPDIRECT3DVERTEXBUFFER vertex_buf;
|
||||
#else
|
||||
uint32_t *pixels;
|
||||
#endif
|
||||
uint32_t *pixels;
|
||||
};
|
||||
|
||||
bool texture_image_load(struct texture_image *img, const char *path);
|
||||
|
Loading…
Reference in New Issue
Block a user