mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Zarch) Create typedef zarch_texture_item
This commit is contained in:
parent
7df467422b
commit
30fa73dc8d
@ -56,6 +56,8 @@
|
||||
#define ZUI_ITEM_SIZE_PX 54
|
||||
#define NPARTICLES 100
|
||||
|
||||
typedef uintptr_t zarch_texture_item;
|
||||
|
||||
enum zarch_zui_input_state
|
||||
{
|
||||
MENU_ZARCH_MOUSE_X = 0,
|
||||
@ -131,11 +133,11 @@ typedef struct zarch_handle
|
||||
{
|
||||
struct
|
||||
{
|
||||
uintptr_t id;
|
||||
zarch_texture_item id;
|
||||
char path[PATH_MAX_LENGTH];
|
||||
} bg;
|
||||
|
||||
uintptr_t white;
|
||||
zarch_texture_item white;
|
||||
} textures;
|
||||
|
||||
/* LAY_ROOT's "Recent" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user