mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
Merge pull request #4807 from joolswills/mali_compat
hardcode struct for compatibility between various mali EGL headers
This commit is contained in:
commit
a74c2748ec
@ -44,7 +44,10 @@ typedef struct
|
||||
egl_ctx_data_t egl;
|
||||
#endif
|
||||
|
||||
struct mali_native_window native_window;
|
||||
struct {
|
||||
unsigned short width;
|
||||
unsigned short height;
|
||||
} native_window;
|
||||
bool resize;
|
||||
unsigned width, height;
|
||||
} mali_ctx_data_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user