From c7975d8e36376c2d56ca2f67f4f3e02ca3129f8b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 28 Sep 2017 00:06:13 +0200 Subject: [PATCH] Take out RARCH_INTERNAL ifdef --- gfx/video_driver.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/video_driver.h b/gfx/video_driver.h index b9f1fc5745..5760a40c03 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -403,9 +403,7 @@ typedef struct video_info */ unsigned input_scale; -#ifndef RARCH_INTERNAL uintptr_t parent; -#endif } video_info_t; typedef struct video_frame_info