(Vulkan test cores) Use retro_miscellaneous.h

This commit is contained in:
twinaphex 2016-07-21 19:33:21 +02:00
parent f22d9dfb10
commit 7751c83e53
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
#include <vulkan/vulkan_symbol_wrapper.h>
#include <libretro_vulkan.h>
#include <retro_miscellaneous.h>
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
static struct retro_hw_render_callback hw_render;
static const struct retro_hw_render_interface_vulkan *vulkan;
static unsigned frame_count;

View File

@ -6,8 +6,8 @@
#include "vulkan/vulkan_symbol_wrapper.h"
#include <libretro_vulkan.h>
#include <retro_miscellaneous.h>
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
static struct retro_hw_render_callback hw_render;
static const struct retro_hw_render_interface_vulkan *vulkan;