mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Metal) Buildfix
This commit is contained in:
parent
ad1fb29092
commit
23bb1414ff
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
#ifdef HAVE_VULKAN
|
||||
#include "../common/vulkan_common.h"
|
||||
#endif
|
||||
#ifdef HAVE_METAL
|
||||
#include "../common/metal_common.h"
|
||||
#endif
|
||||
|
||||
typedef struct cocoa_ctx_data
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue