mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 09:41:15 +00:00
You missed a spot, maister
This commit is contained in:
parent
5cf1f9ec61
commit
4b75304d15
@ -66,7 +66,9 @@ static void gfx_ctx_khr_display_get_video_size(void *data,
|
|||||||
|
|
||||||
static void *gfx_ctx_khr_display_init(void *video_driver)
|
static void *gfx_ctx_khr_display_init(void *video_driver)
|
||||||
{
|
{
|
||||||
|
#ifndef _WIN32
|
||||||
struct sigaction sa;
|
struct sigaction sa;
|
||||||
|
#endif
|
||||||
khr_display_ctx_data_t *khr = (khr_display_ctx_data_t*)calloc(1, sizeof(*khr));
|
khr_display_ctx_data_t *khr = (khr_display_ctx_data_t*)calloc(1, sizeof(*khr));
|
||||||
if (!khr)
|
if (!khr)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user