(D3D) Attempted buildfix

This commit is contained in:
twinaphex 2015-11-23 20:30:56 +01:00
parent ab6d8fe6cc
commit d23d1f6cb0

View File

@ -746,6 +746,7 @@ static const gfx_ctx_driver_t *d3d_get_context(void *data)
static void *d3d_init(const video_info_t *info,
const input_driver_t **input, void **input_data)
{
driver_t *driver = driver_get_ptr();
d3d_video_t *vid = NULL;
const gfx_ctx_driver_t *ctx = NULL;