mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
hardcode struct for compatibility between various mali EGL headers
Old kronos headers used mali_native_window, ARM's headers used fbdev_window, and latest mali-fbdev package on the odroid with newer khronos headers, the struct seems missing
This commit is contained in:
parent
3da08c9d9e
commit
b587018c56
@ -44,7 +44,10 @@ typedef struct
|
|||||||
egl_ctx_data_t egl;
|
egl_ctx_data_t egl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct mali_native_window native_window;
|
struct {
|
||||||
|
unsigned short width;
|
||||||
|
unsigned short height;
|
||||||
|
} native_window;
|
||||||
bool resize;
|
bool resize;
|
||||||
unsigned width, height;
|
unsigned width, height;
|
||||||
} mali_ctx_data_t;
|
} mali_ctx_data_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user