mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
(D3D) Attempted buildfix
This commit is contained in:
parent
ab6d8fe6cc
commit
d23d1f6cb0
@ -746,6 +746,7 @@ static const gfx_ctx_driver_t *d3d_get_context(void *data)
|
|||||||
static void *d3d_init(const video_info_t *info,
|
static void *d3d_init(const video_info_t *info,
|
||||||
const input_driver_t **input, void **input_data)
|
const input_driver_t **input, void **input_data)
|
||||||
{
|
{
|
||||||
|
driver_t *driver = driver_get_ptr();
|
||||||
d3d_video_t *vid = NULL;
|
d3d_video_t *vid = NULL;
|
||||||
const gfx_ctx_driver_t *ctx = NULL;
|
const gfx_ctx_driver_t *ctx = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user