mirror of
https://github.com/libretro/libretro-common.git
synced 2025-04-02 11:31:56 +00:00
Update
This commit is contained in:
parent
119b19f00b
commit
fca35fe914
@ -86,6 +86,8 @@
|
||||
#define CLOCK_REALTIME 0
|
||||
#endif
|
||||
|
||||
#if __IPHONE_OS_VERSION_MAX_ALLOWED < 100000
|
||||
// this function is part of iOS 10 now
|
||||
static int clock_gettime(int clk_ik, struct timespec *t)
|
||||
{
|
||||
struct timeval now;
|
||||
@ -97,6 +99,7 @@ static int clock_gettime(int clk_ik, struct timespec *t)
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef EMSCRIPTEN
|
||||
#include <emscripten.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
/* This header is autogenerated by vulkan_loader_generator.py */
|
||||
#include "../include/vulkan/vulkan_symbol_wrapper.h"
|
||||
#include <vulkan/vulkan_symbol_wrapper.h>
|
||||
|
||||
PFN_vkCreateInstance vulkan_symbol_wrapper_vkCreateInstance;
|
||||
PFN_vkEnumerateInstanceExtensionProperties vulkan_symbol_wrapper_vkEnumerateInstanceExtensionProperties;
|
||||
|
Loading…
x
Reference in New Issue
Block a user